| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Wednesday, September 10, 2025
|
| | | // [ Date ]: Thursday, October 30, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int SuiteiD;
|
| | | public string IconKey;
|
| | | public string Description;
|
| | | public int BatchUse;
|
| | | public int Purpose;
|
| | | public int Jump;
|
| | | public int[] GetWay;
|
| | | public int BaseEffectID;
|
| | |
| | |
|
| | | Description = tables[40];
|
| | |
|
| | | int.TryParse(tables[41],out BatchUse); |
| | | int.TryParse(tables[41],out Purpose); |
| | |
|
| | | int.TryParse(tables[42],out Jump);
|
| | |
|