yyl
2025-07-03 fa983b84bcdb05324ea15ee50a76f870c4c3931d
18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 表格问题
1个文件已修改
8 ■■■■ 已修改文件
Main/Config/ConfigManager.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Config/ConfigManager.cs
@@ -33,7 +33,7 @@
        isLoadFinished = false;
        // 加载配置文件
        int totalConfigs = 17;
        int totalConfigs = 15;
        List<Type> configTypes = new List<Type>() {
            typeof(ChestsAwardConfig),
            typeof(CTGConfig),
@@ -44,8 +44,6 @@
            typeof(NPCExConfig),
            typeof(OrderInfoConfig),
            typeof(PlayerFaceConfig),
            typeof(PlayerFacePicStarConfig),
            typeof(PlayerFaceStarConfig),
            typeof(StoreConfig),
            typeof(SuccessConfig),
            typeof(SysInfoConfig),
@@ -207,10 +205,6 @@
        ClearConfigDictionary<OrderInfoConfig>();
        // 清空 PlayerFaceConfig 字典
        ClearConfigDictionary<PlayerFaceConfig>();
        // 清空 PlayerFacePicStarConfig 字典
        ClearConfigDictionary<PlayerFacePicStarConfig>();
        // 清空 PlayerFaceStarConfig 字典
        ClearConfigDictionary<PlayerFaceStarConfig>();
        // 清空 StoreConfig 字典
        ClearConfigDictionary<StoreConfig>();
        // 清空 SuccessConfig 字典