| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Tuesday, December 16, 2025
|
| | | // [ Date ]: 2026年3月16日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int HurtType;
|
| | | public int[] Specialty2;
|
| | | public int[] TalentList;
|
| | | public int OpenCollectionDay;
|
| | | public int IsActLimit;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(TalentListStringArray[i],out TalentList[i]); |
| | | } |
| | | }
|
| | |
|
| | | int.TryParse(tables[24],out OpenCollectionDay); |
| | |
|
| | | int.TryParse(tables[25],out IsActLimit); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|