Main/Config/Configs/HeroQualityAwakeConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年8月5日 // [ Date ]: 2025年8月7日 //-------------------------------------------------------- using System.Collections.Generic; @@ -20,6 +20,7 @@ public int Quality; public int AwakeLV; public int[] UPCostItem; public int RebirthCostMoney; public override int LoadKey(string _key) { @@ -50,6 +51,8 @@ int.TryParse(UPCostItemStringArray[i],out UPCostItem[i]); } } int.TryParse(tables[4],out RebirthCostMoney); } catch (Exception exception) {