| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2026年3月5日
|
| | | // [ Date ]: 2026年5月9日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int UnlockValue;
|
| | | public int IsExclusive;
|
| | | public string Name;
|
| | | public int StartTime;
|
| | | public int EndTime;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[14],out IsExclusive);
|
| | |
|
| | | Name = tables[15];
|
| | |
|
| | | int.TryParse(tables[16],out StartTime); |
| | |
|
| | | int.TryParse(tables[17],out EndTime); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|