lcy
2026-04-28 b3f13d0fe227b9183d8c90136976b6d1b28b7f26
628 五一活动-客户端 同步广告表结构
1个文件已修改
5 ■■■■ 已修改文件
Main/Config/Configs/ADAwardConfig.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Config/Configs/ADAwardConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2026年1月15日
//    [  Date ]:           Monday, April 27, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -24,6 +24,7 @@
    public int FuncID;
    public int RedpointID;
    public int ParentRedpointID;
    public string Name;
    public override int LoadKey(string _key)
    {
@@ -50,6 +51,8 @@
            int.TryParse(tables[6],out RedpointID); 
            int.TryParse(tables[7],out ParentRedpointID); 
            Name = tables[8];
        }
        catch (Exception exception)
        {