This commit is contained in:
makeyangcom
2024-03-06 10:47:22 +08:00
parent c7da010f01
commit 02dd25ec67
23 changed files with 252 additions and 238 deletions

View File

@@ -1,14 +1,16 @@
/**
******************************************************************************
* @file main.go
* @author MakerYang
******************************************************************************
*/
#*****************************************************************************
# @file main.go
# @author MakerYang(https://www.makeryang.com)
# @statement 免费课程配套开源项目,任何形式收费均为盗版
#*****************************************************************************
*/
package main
import "Game/framework"
// 程序启动口
func main() {
// 初始化核心框架
Framework.Init()