| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Saturday, March 14, 2026
|
| | | // [ Date ]: 2026年3月17日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int EffValue;
|
| | | public int EffPerStarAdd;
|
| | | public string GetWayString;
|
| | | public int SortIndex;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[17],out EffPerStarAdd);
|
| | |
|
| | | GetWayString = tables[18];
|
| | |
|
| | | int.TryParse(tables[19],out SortIndex); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|