上传道具出售和使用代码
This commit is contained in:
parent
531652ae4b
commit
a2c64d9c8f
@ -25,6 +25,7 @@ func (this *ConfigureComp) Init(service core.IService, module core.IModule, comp
|
||||
this.MCompConfigure.Init(service, module, comp, options)
|
||||
this.module = module.(*Items)
|
||||
err = this.LoadConfigure(game_item, cfg.NewGame_item)
|
||||
err = this.LoadConfigure(game_propsgroup, cfg.NewGame_propsgroup)
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -30,6 +30,7 @@ func newSys(options Options) (sys *Configure, err error) {
|
||||
configure: make(map[string]interface{}),
|
||||
fileinfos: make(map[string]*FileInfo),
|
||||
}
|
||||
sys.Start()
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user