refactor: 重命名 ActionEndEx 为 Action_end_ex
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-08 19:14:42 +08:00
committed by cnb
parent 54e902d1e3
commit ca7eb04f6e
22 changed files with 58 additions and 60 deletions

View File

@@ -34,9 +34,9 @@ type Effect interface {
DamageLockEx(*info.DamageZone) bool //被动方锁定伤害
Damage_Shield(*info.DamageZone) bool // 护盾值变化时触发
//Damage_Use() bool // 伤害作用
Skill_Use_ex() bool //技能PP减少节点
SkillUseed() bool //技能PP减少节点
ActionEndEx() bool
//Skill_Use_ex() bool //技能PP减少节点
//Action_end() bool //技能PP减少节点
//Action_end_ex() bool
Action_end() bool
Action_end_ex() bool
//OnDefeat(opp *Input) bool // 精灵被击败时触发