Initial commit
This commit is contained in:
15
server/main.go
Normal file
15
server/main.go
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file main.go
|
||||
* @author MakerYang
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
import "Game/framework"
|
||||
|
||||
func main() {
|
||||
// 初始化核心框架
|
||||
Framework.Init()
|
||||
}
|
||||
Reference in New Issue
Block a user