| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Monday, December 1, 2025
|
| | | // [ Date ]: 2025年12月12日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int MStartEffectId;
|
| | | public int BuffEffect;
|
| | | public int TriggerEffect;
|
| | | public int ClientTriggerTiming;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[45],out BuffEffect);
|
| | |
|
| | | int.TryParse(tables[46],out TriggerEffect);
|
| | |
|
| | | int.TryParse(tables[47],out ClientTriggerTiming); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|