| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年10月11日
|
| | | // [ Date ]: Thursday, November 13, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int PreGuideId;
|
| | | public int[] Steps;
|
| | | public int NoRecord;
|
| | | public int Priority;
|
| | | public int PauseMainBattle;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | }
|
| | |
|
| | | int.TryParse(tables[7],out NoRecord);
|
| | |
|
| | | int.TryParse(tables[8],out Priority); |
| | |
|
| | | int.TryParse(tables[9],out PauseMainBattle); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|