| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2026年2月7日
|
| | | // [ Date ]: Tuesday, March 31, 2026
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int FightPower;
|
| | | public string IconName;
|
| | | public string BuffIconName;
|
| | | public string SkillTipsName;
|
| | | public int Scattering;
|
| | | public int ClientTriggerTiming;
|
| | |
|
| | |
| | |
|
| | | BuffIconName = tables[20];
|
| | |
|
| | | SkillTipsName = tables[21];
|
| | | int.TryParse(tables[21],out Scattering); |
| | |
|
| | | int.TryParse(tables[22],out Scattering); |
| | |
|
| | | int.TryParse(tables[23],out ClientTriggerTiming); |
| | | int.TryParse(tables[22],out ClientTriggerTiming); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|