删除测试代码
This commit is contained in:
parent
58b6327973
commit
57af8880fc
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user