Main/Config/ConfigManager.cs
@@ -56,6 +56,7 @@ typeof(HeroLineupHaloConfig), typeof(HeroQualityLVConfig), typeof(InvestConfig), typeof(ItemCompoundConfig), typeof(ItemConfig), typeof(MainChapterConfig), typeof(MainLevelConfig), @@ -259,6 +260,8 @@ ClearConfigDictionary<HeroQualityLVConfig>(); // 清空 InvestConfig 字典 ClearConfigDictionary<InvestConfig>(); // 清空 ItemCompoundConfig 字典 ClearConfigDictionary<ItemCompoundConfig>(); // 清空 ItemConfig 字典 ClearConfigDictionary<ItemConfig>(); // 清空 MainChapterConfig 字典