Main/Config/Configs/HorseSkinConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年11月20日 // [ Date ]: 2025年11月23日 //-------------------------------------------------------- using System.Collections.Generic; @@ -30,6 +30,7 @@ public string Spine; public int[] Poses; public int heroFirst; public string getWay; public override int LoadKey(string _key) { @@ -116,6 +117,8 @@ } int.TryParse(tables[13],out heroFirst); getWay = tables[14]; } catch (Exception exception) {