From e40a47e6889372bfd7846d675bc931eab32220b1 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期五, 27 六月 2025 15:08:25 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts --- Main/Config/ConfigManager.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/Main/Config/ConfigManager.cs b/Main/Config/ConfigManager.cs index cb9c38e..273f00e 100644 --- a/Main/Config/ConfigManager.cs +++ b/Main/Config/ConfigManager.cs @@ -33,7 +33,7 @@ isLoadFinished = false; // 鍔犺浇閰嶇疆鏂囦欢 - int totalConfigs = 60; + int totalConfigs = 63; Type[] configTypes = new Type[] { typeof(AppointItemConfig), typeof(AudioConfig), @@ -84,12 +84,15 @@ typeof(PlayerLVConfig), typeof(PlayerPropertyConfig), typeof(priorbundleConfig), + typeof(RealmConfig), + typeof(RealmLVUPTaskConfig), typeof(RichTextMsgReplaceConfig), typeof(RuleConfig), typeof(SkillConfig), typeof(StoreConfig), typeof(SuccessConfig), typeof(SysInfoConfig), + typeof(TaskConfig), typeof(TitleStarUpConfig), typeof(TreasureCntAwardConfig), typeof(TreasureItemLibConfig), @@ -289,6 +292,10 @@ ClearConfigDictionary<PlayerPropertyConfig>(); // 娓呯┖ priorbundleConfig 瀛楀吀 ClearConfigDictionary<priorbundleConfig>(); + // 娓呯┖ RealmConfig 瀛楀吀 + ClearConfigDictionary<RealmConfig>(); + // 娓呯┖ RealmLVUPTaskConfig 瀛楀吀 + ClearConfigDictionary<RealmLVUPTaskConfig>(); // 娓呯┖ RichTextMsgReplaceConfig 瀛楀吀 ClearConfigDictionary<RichTextMsgReplaceConfig>(); // 娓呯┖ RuleConfig 瀛楀吀 @@ -301,6 +308,8 @@ ClearConfigDictionary<SuccessConfig>(); // 娓呯┖ SysInfoConfig 瀛楀吀 ClearConfigDictionary<SysInfoConfig>(); + // 娓呯┖ TaskConfig 瀛楀吀 + ClearConfigDictionary<TaskConfig>(); // 娓呯┖ TitleStarUpConfig 瀛楀吀 ClearConfigDictionary<TitleStarUpConfig>(); // 娓呯┖ TreasureCntAwardConfig 瀛楀吀 -- Gitblit v1.8.0