还原配置
This commit is contained in:
parent
8b1fdecbc0
commit
3368628f67
@ -10,7 +10,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
gameRtask = "game_rdtask.json"
|
gameRtask = "game_rdtask.json"
|
||||||
gameRtaskChoose = "game_rdtaskchoose.json"
|
gameRtaskChoose = "game_rdtaskchoose.json"
|
||||||
gameTaskCond = "game_taskcond.json"
|
gameTaskCond = "game_rdtaskcondi.json"
|
||||||
gameRtaskSide = "game_rdtaskside.json"
|
gameRtaskSide = "game_rdtaskside.json"
|
||||||
gameRtaskBattle = "game_rdtaskbattle.json"
|
gameRtaskBattle = "game_rdtaskbattle.json"
|
||||||
)
|
)
|
||||||
@ -24,7 +24,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp
|
|||||||
err = this.LoadMultiConfigure(map[string]interface{}{
|
err = this.LoadMultiConfigure(map[string]interface{}{
|
||||||
gameRtask: cfg.NewGameRdtask,
|
gameRtask: cfg.NewGameRdtask,
|
||||||
gameRtaskChoose: cfg.NewGameRdtaskChoose,
|
gameRtaskChoose: cfg.NewGameRdtaskChoose,
|
||||||
gameTaskCond: cfg.NewGameTaskCond,
|
gameTaskCond: cfg.NewGameRdtaskCondi,
|
||||||
gameRtaskSide: cfg.NewGameRdtaskSide,
|
gameRtaskSide: cfg.NewGameRdtaskSide,
|
||||||
gameRtaskBattle: cfg.NewGameRdtaskBattle,
|
gameRtaskBattle: cfg.NewGameRdtaskBattle,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user