上传配置

This commit is contained in:
liwei1dao 2023-03-02 18:17:30 +08:00
parent 5424356519
commit a30d54f0db

View File

@ -12,7 +12,6 @@ import (
const (
game_pandamasmz = "game_pandamasmz.json"
pandamas_js = "pandamas_js.json"
game_pandamasjs = "game_pandamasjs.json"
game_pandamasjx = "game_pandamasjx.json"
game_pandamasyxjx = "game_pandamasyxjx.json"
@ -33,7 +32,6 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp
this.MCompConfigure.Init(service, module, comp, options)
this.module = module.(*Practice)
this.LoadConfigure(game_pandamasmz, cfg.NewGamePandamasMz)
this.LoadConfigure(pandamas_js, cfg.NewGamePandamasJs)
this.LoadConfigure(game_pandamasjs, cfg.NewGamePandamasJs)
this.LoadConfigure(game_pandamasjx, cfg.NewGamePandamasJx)
this.LoadConfigure(game_pandamasyxjx, cfg.NewGamePandamasYxjx)