删除测试文件
This commit is contained in:
parent
395cb5a44b
commit
948b4eeeed
@ -91,14 +91,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp
|
||||
err = this.LoadConfigure(game_roomconf, cfg.NewGameStroneRoom)
|
||||
|
||||
configure.RegisterConfigure(game_stageconf, cfg.NewGameStroneStage, this.LoadGameStroneStage)
|
||||
//测试 接口
|
||||
_d := this.GetStageConfByStageid(1001)
|
||||
fmt.Printf("%v", _d)
|
||||
|
||||
_d1, _ := this.GetStoneEventDataById(10000001)
|
||||
_d2, _ := this.GetStoneBuffDataById(251023111)
|
||||
_d3, _ := this.GetStoneRoomDataById(100001)
|
||||
fmt.Printf("%v,%v,%v", _d1, _d2, _d3)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user