| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Monday, April 13, 2026
|
| | | // [ Date ]: Wednesday, April 29, 2026
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public string Icon;
|
| | | public int showType;
|
| | | public int sortOrder;
|
| | | public int pmaVertexColorsOpen;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[16],out showType);
|
| | |
|
| | | int.TryParse(tables[17],out sortOrder);
|
| | |
|
| | | int.TryParse(tables[18],out pmaVertexColorsOpen); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|