hch
2026-01-15 22cc6e17b98ad9750fdc9f2a880200064b1f2596
Main/Config/Configs/ADAwardConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Wednesday, November 19, 2025
//    [  Date ]:           2026年1月15日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,6 +21,9 @@
   public int[][] ADAwardItemList;
   public int ADAwardType;
   public int ADAwardValue;
   public int FuncID;
   public int RedpointID;
   public int ParentRedpointID;
    public override int LoadKey(string _key)
    {
@@ -41,6 +44,12 @@
         int.TryParse(tables[3],out ADAwardType); 
         int.TryParse(tables[4],out ADAwardValue); 
         int.TryParse(tables[5],out FuncID);
         int.TryParse(tables[6],out RedpointID);
         int.TryParse(tables[7],out ParentRedpointID);
        }
        catch (Exception exception)
        {