Main/Config/Configs/PlayerLVConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年7月26日 // [ Date ]: 2025年8月4日 //-------------------------------------------------------- using System.Collections.Generic; @@ -10,6 +10,14 @@ public partial class PlayerLVConfig : ConfigBase<int, PlayerLVConfig> { static PlayerLVConfig() { if (isInit) { return; } LazyInit(); } public int LV; public long EXP;