lcy
21 小时以前 e1757b8dac92acd3063b203e12390ccab30c9ffe
Main/Config/Configs/TitleConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Saturday, March 14, 2026
//    [  Date ]:           2026年3月17日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -35,6 +35,7 @@
   public int EffValue;
   public int EffPerStarAdd;
   public string GetWayString;
   public int SortIndex;
    public override int LoadKey(string _key)
    {
@@ -119,6 +120,8 @@
         int.TryParse(tables[17],out EffPerStarAdd); 
         GetWayString = tables[18];
         int.TryParse(tables[19],out SortIndex);
        }
        catch (Exception exception)
        {