| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月20日
|
| | | // [ Date ]: 2025年8月28日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int LimitLV;
|
| | | public int LimiRealmLV;
|
| | | public int LimitMissionID;
|
| | | public int OpenDay;
|
| | | public string Name;
|
| | | public string Desc;
|
| | | public string Tip;
|
| | | public string Icon;
|
| | | public int open;
|
| | | public Dictionary<int, int[][]> Award;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | |
|
| | | int.TryParse(tables[3],out LimitMissionID);
|
| | |
|
| | | Name = tables[4];
|
| | | int.TryParse(tables[4],out OpenDay); |
| | |
|
| | | Desc = tables[5];
|
| | | Name = tables[5];
|
| | |
|
| | | Tip = tables[6];
|
| | | Desc = tables[6];
|
| | |
|
| | | Icon = tables[7];
|
| | |
|
| | | int.TryParse(tables[8],out open); |
| | | Award = ConfigParse.ParseIntArray2Dict(tables[8]); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|