Main/Config/Configs/StoreConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年10月28日 // [ Date ]: 2025年12月8日 //-------------------------------------------------------- using System.Collections.Generic; @@ -29,6 +29,7 @@ public int MoneyOriginal; public int UnlockType; public int UnlockValue; public string Name; public override int LoadKey(string _key) { @@ -65,6 +66,8 @@ int.TryParse(tables[11],out UnlockType); int.TryParse(tables[12],out UnlockValue); Name = tables[13]; } catch (Exception exception) {