| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年7月26日
|
| | | // [ Date ]: 2025年8月4日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | |
|
| | | public partial class TreeLVConfig : ConfigBase<int, TreeLVConfig>
|
| | | {
|
| | | static TreeLVConfig()
|
| | | {
|
| | | if (isInit)
|
| | | {
|
| | | return;
|
| | | }
|
| | | LazyInit();
|
| | | }
|
| | |
|
| | | public int TreeLV;
|
| | | public int LVUPNeedMoney;
|
| | | public int LVUPNeedTime;
|
| | | public int[] EquipColorRateList;
|
| | | public string ExAwardItemRateList;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(EquipColorRateListStringArray[i],out EquipColorRateList[i]); |
| | | } |
| | | }
|
| | |
|
| | | ExAwardItemRateList = tables[4];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|