1.0.0
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user