Main/Config/ConfigManager.cs
@@ -39,6 +39,7 @@ // 加载配置文件 HashSet<Type> configTypes = new HashSet<Type>() { typeof(ADAwardConfig), typeof(BattleMapConfig), typeof(ChestsAwardConfig), typeof(CTGConfig), typeof(DamageNumConfig), @@ -224,6 +225,8 @@ { // 清空 ADAwardConfig 字典 ClearConfigDictionary<ADAwardConfig>(); // 清空 BattleMapConfig 字典 ClearConfigDictionary<BattleMapConfig>(); // 清空 ChestsAwardConfig 字典 ClearConfigDictionary<ChestsAwardConfig>(); // 清空 CTGConfig 字典