删除测试代码

This commit is contained in:
meixiongfeng 2022-11-23 18:22:28 +08:00
parent 58b6327973
commit 57af8880fc

View File

@ -51,8 +51,7 @@ func (this *MCompConfigure) Init(service core.IService, module core.IModule, com
this._sign = make(map[int32]*cfg.GameSignData, 0) this._sign = make(map[int32]*cfg.GameSignData, 0)
configure.RegisterConfigure(game_drop, cfg.NewGameDrop, this.LoadDropData) configure.RegisterConfigure(game_drop, cfg.NewGameDrop, this.LoadDropData)
configure.RegisterConfigure(game_sign, cfg.NewGameSign, this.LoadSignData) configure.RegisterConfigure(game_sign, cfg.NewGameSign, this.LoadSignData)
_da, err := this.GetItemConfigureData("10009")
fmt.Printf("%v\n", _da)
return return
} }
func (this *MCompConfigure) LoadConfigure(name string, fn interface{}) (err error) { func (this *MCompConfigure) LoadConfigure(name string, fn interface{}) (err error) {