| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Wednesday, November 19, 2025
|
| | | // [ Date ]: 2026年1月15日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int[][] ADAwardItemList;
|
| | | public int ADAwardType;
|
| | | public int ADAwardValue;
|
| | | public int FuncID;
|
| | | public int RedpointID;
|
| | | public int ParentRedpointID;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[3],out ADAwardType);
|
| | |
|
| | | int.TryParse(tables[4],out ADAwardValue);
|
| | |
|
| | | int.TryParse(tables[5],out FuncID); |
| | |
|
| | | int.TryParse(tables[6],out RedpointID); |
| | |
|
| | | int.TryParse(tables[7],out ParentRedpointID); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|