| | |
| | | typeof(DirtyWordConfig),
|
| | | typeof(FaceConfig),
|
| | | typeof(FightPowerRatioConfig),
|
| | | typeof(FirstChargeConfig),
|
| | | typeof(GoldRushCampConfig),
|
| | | typeof(GoldRushItemConfig),
|
| | | typeof(GoldRushWorkerConfig),
|
| | | typeof(HeroLineupHaloConfig),
|
| | | typeof(HeroQualityLVConfig),
|
| | | typeof(InvestConfig),
|
| | |
| | | ClearConfigDictionary<FaceConfig>();
|
| | | // 清空 FightPowerRatioConfig 字典
|
| | | ClearConfigDictionary<FightPowerRatioConfig>();
|
| | | // 清空 FirstChargeConfig 字典
|
| | | ClearConfigDictionary<FirstChargeConfig>();
|
| | | // 清空 GoldRushCampConfig 字典
|
| | | ClearConfigDictionary<GoldRushCampConfig>();
|
| | | // 清空 GoldRushItemConfig 字典
|
| | | ClearConfigDictionary<GoldRushItemConfig>();
|
| | | // 清空 GoldRushWorkerConfig 字典
|
| | | ClearConfigDictionary<GoldRushWorkerConfig>();
|
| | | // 清空 HeroLineupHaloConfig 字典
|
| | | ClearConfigDictionary<HeroLineupHaloConfig>();
|
| | | // 清空 HeroQualityLVConfig 字典
|