hch
4 天以前 91f6a3eb7961367d942b232ed3ea8810a6bf488a
Main/Config/ConfigManager.cs
@@ -75,7 +75,8 @@
            typeof(TreasureSetConfig),
            typeof(TreeLVConfig),
            typeof(WindowSearchConfig),
            typeof(XBGetItemConfig)
            typeof(XBGetItemConfig),
            typeof(ZhanlingConfig)
        };
#if UNITY_EDITOR
@@ -301,6 +302,8 @@
        ClearConfigDictionary<WindowSearchConfig>();
        // 清空 XBGetItemConfig 字典
        ClearConfigDictionary<XBGetItemConfig>();
        // 清空 ZhanlingConfig 字典
        ClearConfigDictionary<ZhanlingConfig>();
    }
#if UNITY_EDITOR