lcy
2026-04-28 b3f13d0fe227b9183d8c90136976b6d1b28b7f26
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)
        {