| | |
| | |
|
| | | // 加载配置文件
|
| | | // 加载配置文件
|
| | | // 加载配置文件
|
| | | // 加载配置文件
|
| | | // 加载配置文件
|
| | | // 加载配置文件
|
| | | // 加载配置文件
|
| | |
|
| | | HashSet<Type> configTypes = new HashSet<Type>() {
|
| | | typeof(ActBillboardAwardConfig),
|
| | | typeof(ActHeroAppearArtConfig),
|
| | |
| | | typeof(DungeonConfig),
|
| | | typeof(DungeonOpenTimeConfig),
|
| | | typeof(FaceConfig),
|
| | | typeof(FamilyConfig),
|
| | | typeof(FamilyAtkDefBatDefenderConfig),
|
| | | typeof(FamilyAtkDefBatTreasureConfig),
|
| | | typeof(FamilyDonateConfig),
|
| | | typeof(FBDJGEffectConfig),
|
| | | typeof(FBDJGLevelConfig),
|
| | |
| | | ClearConfigDictionary<DungeonOpenTimeConfig>();
|
| | | // 清空 FaceConfig 字典
|
| | | ClearConfigDictionary<FaceConfig>();
|
| | | // 清空 FamilyConfig 字典
|
| | | ClearConfigDictionary<FamilyConfig>();
|
| | | // 清空 FamilyAtkDefBatDefenderConfig 字典
|
| | | ClearConfigDictionary<FamilyAtkDefBatDefenderConfig>();
|
| | | // 清空 FamilyAtkDefBatTreasureConfig 字典
|
| | | ClearConfigDictionary<FamilyAtkDefBatTreasureConfig>();
|
| | | // 清空 FamilyDonateConfig 字典
|
| | | ClearConfigDictionary<FamilyDonateConfig>();
|
| | | // 清空 FBDJGEffectConfig 字典
|
| | |
| | | ClearConfigDictionary<NPCExConfig>();
|
| | | // 清空 NPCLineupConfig 字典
|
| | | ClearConfigDictionary<NPCLineupConfig>();
|
| | | // 清空 OPConfigConfig 字典
|
| | | ClearConfigDictionary<OPConfigConfig>();
|
| | | // 清空 OrderInfoConfig 字典
|
| | | ClearConfigDictionary<OrderInfoConfig>();
|
| | | // 清空 PlayerAttrConfig 字典
|