Main/Config/Configs/ModelConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年11月25日 // [ Date ]: 2026年3月17日 //-------------------------------------------------------- using System.Collections.Generic; @@ -31,6 +31,7 @@ public int[] InitAttrValueList; public int[] AttrPerStarAddList; public string GetWayString; public int SortIndex; public override int LoadKey(string _key) { @@ -107,6 +108,8 @@ } GetWayString = tables[14]; int.TryParse(tables[15],out SortIndex); } catch (Exception exception) {