名称修改

This commit is contained in:
meixiongfeng 2023-05-22 18:25:29 +08:00
parent 519880d6bc
commit 58b0b993a8

View File

@ -30,7 +30,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp
this.LoadConfigure(game_caravan_lv, cfg.NewGameCaravanLv) this.LoadConfigure(game_caravan_lv, cfg.NewGameCaravanLv)
this.LoadConfigure(game_caravan_reward, cfg.NewGameCaravanReward) this.LoadConfigure(game_caravan_reward, cfg.NewGameCaravanReward)
this.LoadConfigure(game_caravan_thing, cfg.NewGameCaravanThing) this.LoadConfigure(game_caravan_thing, cfg.NewGameCaravanThing)
this.LoadConfigure(game_caravan_event, cfg.NewGameCaravanRvent) this.LoadConfigure(game_caravan_event, cfg.NewGameCaravanEvent)
return return
} }