3 Star 1 Fork 0

NightTC/Gobige

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init.go 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
buguang 提交于 2023-07-26 13:33 . navmesh寻路工厂单例
package pathfinder
import "gitee.com/night-tc/gobige/common"
var (
_typeMgr *TypeMgr
)
func init() {
_typeMgr = newTypeMgr()
}
// 获取对象类型管理器
func GetTypeMgr() *TypeMgr {
return _typeMgr
}
var (
Err_NavMesh_nil = common.NewError("MapName:%s NavMesh is nil.")
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/night-tc/gobige.git
git@gitee.com:night-tc/gobige.git
night-tc
gobige
Gobige
72396ee52aee

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385