| | |
| | | HashSet<Type> configTypes = new HashSet<Type>() {
|
| | | typeof(ADAwardConfig),
|
| | | typeof(BattleMapConfig),
|
| | | typeof(BeautyConfig),
|
| | | typeof(BeautyQualityLVConfig),
|
| | | typeof(BeautySkinConfig),
|
| | | typeof(ChestsAwardConfig),
|
| | | typeof(CTGConfig),
|
| | | typeof(DailyTaskConfig),
|
| | |
| | | typeof(TianziConfig),
|
| | | typeof(TitleConfig),
|
| | | typeof(TitleStarUpConfig),
|
| | | typeof(TravelEventConfig),
|
| | | typeof(TravelSceneryConfig),
|
| | | typeof(TreasureSetConfig),
|
| | | typeof(TreeLVConfig),
|
| | | typeof(WindowSearchConfig),
|
| | |
| | | ClearConfigDictionary<ADAwardConfig>();
|
| | | // 清空 BattleMapConfig 字典
|
| | | ClearConfigDictionary<BattleMapConfig>();
|
| | | // 清空 BeautyConfig 字典
|
| | | ClearConfigDictionary<BeautyConfig>();
|
| | | // 清空 BeautyQualityLVConfig 字典
|
| | | ClearConfigDictionary<BeautyQualityLVConfig>();
|
| | | // 清空 BeautySkinConfig 字典
|
| | | ClearConfigDictionary<BeautySkinConfig>();
|
| | | // 清空 ChestsAwardConfig 字典
|
| | | ClearConfigDictionary<ChestsAwardConfig>();
|
| | | // 清空 CTGConfig 字典
|
| | |
| | | ClearConfigDictionary<TitleConfig>();
|
| | | // 清空 TitleStarUpConfig 字典
|
| | | ClearConfigDictionary<TitleStarUpConfig>();
|
| | | // 清空 TravelEventConfig 字典
|
| | | ClearConfigDictionary<TravelEventConfig>();
|
| | | // 清空 TravelSceneryConfig 字典
|
| | | ClearConfigDictionary<TravelSceneryConfig>();
|
| | | // 清空 TreasureSetConfig 字典
|
| | | ClearConfigDictionary<TreasureSetConfig>();
|
| | | // 清空 TreeLVConfig 字典
|