| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Tuesday, December 9, 2025
|
| | | // [ Date ]: 2026年4月10日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int BreakLV;
|
| | | public int UPLVNeed;
|
| | | public int[][] UPCostItemList;
|
| | | public int UPLVNeedStar;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[3],out UPLVNeed);
|
| | |
|
| | | UPCostItemList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]"));
|
| | |
|
| | | int.TryParse(tables[5],out UPLVNeedStar); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|