| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月5日
|
| | | // [ Date ]: Tuesday, September 16, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int SkillID;
|
| | | public int UnlockTalentSlot;
|
| | | public int AddStarUpper;
|
| | | public string SkillIName;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[6],out UnlockTalentSlot);
|
| | |
|
| | | int.TryParse(tables[7],out AddStarUpper);
|
| | |
|
| | | SkillIName = tables[8];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|