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