| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月5日
|
| | | // [ Date ]: Thursday, August 14, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public string Level;
|
| | | public string MapBG;
|
| | | public int[][] DailyBootyUpperList;
|
| | | public string BootyWeightList;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | MapBG = tables[3];
|
| | |
|
| | | DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]"));
|
| | |
|
| | | BootyWeightList = tables[5];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|