| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月28日
|
| | | // [ Date ]: Thursday, November 27, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int LimiRealmLV;
|
| | | public int LimitMissionID;
|
| | | public int OpenDay;
|
| | | public int ManLevel;
|
| | | public string Name;
|
| | | public string Desc;
|
| | | public string Icon;
|
| | |
| | |
|
| | | int.TryParse(tables[4],out OpenDay);
|
| | |
|
| | | Name = tables[5];
|
| | | int.TryParse(tables[5],out ManLevel); |
| | |
|
| | | Desc = tables[6];
|
| | | Name = tables[6];
|
| | |
|
| | | Icon = tables[7];
|
| | | Desc = tables[7];
|
| | |
|
| | | Award = ConfigParse.ParseIntArray2Dict(tables[8]); |
| | | Icon = tables[8];
|
| | |
|
| | | Award = ConfigParse.ParseIntArray2Dict(tables[9].Replace("(", "[").Replace(")", "]")); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|