| | |
| | | isLoadFinished = false;
|
| | |
|
| | | // 加载配置文件
|
| | | int totalConfigs = 57;
|
| | | int totalConfigs = 60;
|
| | | Type[] configTypes = new Type[] {
|
| | | typeof(AppointItemConfig),
|
| | | typeof(AudioConfig),
|
| | | typeof(ChatBubbleBoxConfig),
|
| | | typeof(ChestsAwardConfig),
|
| | | typeof(ChestsConfig),
|
| | | typeof(CTGConfig),
|
| | | typeof(CTGSelectItemConfig),
|
| | | typeof(DailyLivenessRewardConfig),
|
| | | typeof(DailyQuestConfig),
|
| | | typeof(DailyQuestOpenTimeConfig),
|
| | | typeof(DienstgradConfig),
|
| | | typeof(DirtyNameConfig),
|
| | | typeof(DirtyWordConfig),
|
| | |
| | | typeof(EquipPlaceMapConfig),
|
| | | typeof(FaceConfig),
|
| | | typeof(FamilyConfig),
|
| | | typeof(FamilyEmblemConfig),
|
| | | typeof(FirstGoldConfig),
|
| | | typeof(FuncConfigConfig),
|
| | | typeof(FuncOpenLVConfig),
|
| | |
| | | typeof(OrderInfoConfig),
|
| | | typeof(PlayerFaceConfig),
|
| | | typeof(PlayerFacePicConfig),
|
| | | typeof(PlayerFacePicStarConfig),
|
| | | typeof(PlayerFaceStarConfig),
|
| | | typeof(PlayerLVConfig),
|
| | | typeof(PlayerPropertyConfig),
|
| | | typeof(priorbundleConfig),
|
| | |
| | | ClearConfigDictionary<AppointItemConfig>();
|
| | | // 清空 AudioConfig 字典
|
| | | ClearConfigDictionary<AudioConfig>();
|
| | | // 清空 ChatBubbleBoxConfig 字典
|
| | | ClearConfigDictionary<ChatBubbleBoxConfig>();
|
| | | // 清空 ChestsAwardConfig 字典
|
| | | ClearConfigDictionary<ChestsAwardConfig>();
|
| | | // 清空 ChestsConfig 字典
|
| | |
| | | ClearConfigDictionary<CTGConfig>();
|
| | | // 清空 CTGSelectItemConfig 字典
|
| | | ClearConfigDictionary<CTGSelectItemConfig>();
|
| | | // 清空 DailyLivenessRewardConfig 字典
|
| | | ClearConfigDictionary<DailyLivenessRewardConfig>();
|
| | | // 清空 DailyQuestConfig 字典
|
| | | ClearConfigDictionary<DailyQuestConfig>();
|
| | | // 清空 DailyQuestOpenTimeConfig 字典
|
| | | ClearConfigDictionary<DailyQuestOpenTimeConfig>();
|
| | | // 清空 DienstgradConfig 字典
|
| | | ClearConfigDictionary<DienstgradConfig>();
|
| | | // 清空 DirtyNameConfig 字典
|
| | |
| | | ClearConfigDictionary<FaceConfig>();
|
| | | // 清空 FamilyConfig 字典
|
| | | ClearConfigDictionary<FamilyConfig>();
|
| | | // 清空 FamilyEmblemConfig 字典
|
| | | ClearConfigDictionary<FamilyEmblemConfig>();
|
| | | // 清空 FirstGoldConfig 字典
|
| | | ClearConfigDictionary<FirstGoldConfig>();
|
| | | // 清空 FuncConfigConfig 字典
|
| | |
| | | ClearConfigDictionary<PlayerFaceConfig>();
|
| | | // 清空 PlayerFacePicConfig 字典
|
| | | ClearConfigDictionary<PlayerFacePicConfig>();
|
| | | // 清空 PlayerFacePicStarConfig 字典
|
| | | ClearConfigDictionary<PlayerFacePicStarConfig>();
|
| | | // 清空 PlayerFaceStarConfig 字典
|
| | | ClearConfigDictionary<PlayerFaceStarConfig>();
|
| | | // 清空 PlayerLVConfig 字典
|
| | | ClearConfigDictionary<PlayerLVConfig>();
|
| | | // 清空 PlayerPropertyConfig 字典
|