Initial commit

This commit is contained in:
GeekROS
2024-03-03 22:59:18 +08:00
commit cec0aae8e3
69 changed files with 2687 additions and 0 deletions

15
server/main.go Normal file
View File

@@ -0,0 +1,15 @@
/**
******************************************************************************
* @file main.go
* @author MakerYang
******************************************************************************
*/
package main
import "Game/framework"
func main() {
// 初始化核心框架
Framework.Init()
}