Main/Config/Configs/HeroBreakConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年8月5日 // [ Date ]: Tuesday, September 16, 2025 //-------------------------------------------------------- using System.Collections.Generic; @@ -22,6 +22,7 @@ public int[] AttrIDList; public int[] AttrValueList; public int SkillID; public string SkillIName; public override int LoadKey(string _key) { @@ -68,6 +69,8 @@ } int.TryParse(tables[5],out SkillID); SkillIName = tables[6]; } catch (Exception exception) {