| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年11月23日
|
| | | // [ Date ]: Monday, April 13, 2026
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int[] Poses;
|
| | | public int heroFirst;
|
| | | public string getWay;
|
| | | public string Icon;
|
| | | public int showType;
|
| | | public int sortOrder;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[13],out heroFirst);
|
| | |
|
| | | getWay = tables[14];
|
| | |
|
| | | Icon = tables[15];
|
| | |
|
| | | int.TryParse(tables[16],out showType); |
| | |
|
| | | int.TryParse(tables[17],out sortOrder); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|