少年修仙传客户端代码仓库
hch
2025-03-07 6b489117c41a794e7aefde2e8534601d10832968
0312 功能预告优化表格同步
1个文件已修改
5 ■■■■ 已修改文件
Core/GameEngine/Model/Config/FunctionForecastConfig.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/FunctionForecastConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           Thursday, March 6, 2025
//    [  Date ]:           Friday, March 7, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -16,7 +16,6 @@
    public readonly int FuncId;
    public readonly string Award;
    public readonly string DetailDescribe;
    public readonly int OpenNumber;
    public FunctionForecastConfig()
    {
@@ -33,8 +32,6 @@
            Award = tables[1];
            DetailDescribe = tables[2];
            int.TryParse(tables[3],out OpenNumber);
        }
        catch (Exception ex)
        {