| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: 2025年10月9日 |
| | | // [ Date ]: Wednesday, November 19, 2025
|
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public int ADID; |
| | | public int ADCntMax; |
| | | public int[][] ADAwardItemList; |
| | | public int ADMapID; |
| | | public int ADAwardType;
|
| | | public int ADAwardValue;
|
| | | |
| | | public override int LoadKey(string _key) |
| | | { |
| | |
| | | |
| | | ADAwardItemList = JsonMapper.ToObject<int[][]>(tables[2].Replace("(", "[").Replace(")", "]")); |
| | | |
| | | int.TryParse(tables[3],out ADMapID); |
| | | int.TryParse(tables[3],out ADAwardType); |
| | |
|
| | | int.TryParse(tables[4],out ADAwardValue); |
| | | } |
| | | catch (Exception exception) |
| | | { |