This commit is contained in:
liwei 2023-07-25 10:08:36 +08:00
commit db05cddb70

View File

@ -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
}