| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年9月11日
|
| | | // [ Date ]: Thursday, December 4, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public string AssetABName;
|
| | | public int AssetType;
|
| | | public int Prior;
|
| | | public int mapId;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[2],out AssetType);
|
| | |
|
| | | int.TryParse(tables[3],out Prior);
|
| | |
|
| | | int.TryParse(tables[4],out mapId); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|