| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年11月9日
|
| | | // [ Date ]: Friday, January 9, 2026
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int[][] SelectItemInfo;
|
| | | public string Icon;
|
| | | public int PayType;
|
| | | public int SortNum;
|
| | | public int Percentage;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | |
| | |
|
| | | int.TryParse(tables[14],out PayType);
|
| | |
|
| | | int.TryParse(tables[15],out Percentage); |
| | | int.TryParse(tables[15],out SortNum); |
| | |
|
| | | int.TryParse(tables[16],out Percentage); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|