From 4b5b31a23a74c1559460643836d70778d7d49931 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期五, 26 九月 2025 18:43:13 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts --- Main/Config/ConfigManager.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Main/Config/ConfigManager.cs b/Main/Config/ConfigManager.cs index 3c07753..26bfb54 100644 --- a/Main/Config/ConfigManager.cs +++ b/Main/Config/ConfigManager.cs @@ -44,6 +44,9 @@ typeof(DirtyWordConfig), typeof(FaceConfig), typeof(FightPowerRatioConfig), + typeof(GoldRushCampConfig), + typeof(GoldRushItemConfig), + typeof(GoldRushWorkerConfig), typeof(HeroLineupHaloConfig), typeof(HeroQualityLVConfig), typeof(InvestConfig), @@ -226,6 +229,12 @@ ClearConfigDictionary<FaceConfig>(); // 娓呯┖ FightPowerRatioConfig 瀛楀吀 ClearConfigDictionary<FightPowerRatioConfig>(); + // 娓呯┖ GoldRushCampConfig 瀛楀吀 + ClearConfigDictionary<GoldRushCampConfig>(); + // 娓呯┖ GoldRushItemConfig 瀛楀吀 + ClearConfigDictionary<GoldRushItemConfig>(); + // 娓呯┖ GoldRushWorkerConfig 瀛楀吀 + ClearConfigDictionary<GoldRushWorkerConfig>(); // 娓呯┖ HeroLineupHaloConfig 瀛楀吀 ClearConfigDictionary<HeroLineupHaloConfig>(); // 娓呯┖ HeroQualityLVConfig 瀛楀吀 -- Gitblit v1.8.0