fix(fight): 修复空变更提交问题

This commit is contained in:
1
2025-11-12 13:44:21 +00:00
parent 0b5cfac0b2
commit 6c98a678ff
13 changed files with 57 additions and 52 deletions

View File

@@ -32,8 +32,8 @@ type Effect interface {
Skill_Use_ex() bool //技能PP减少节点
Skill_Useed() bool //技能PP减少节点
//OnDefeat(opp *Input) bool // 精灵被击败时触发
OnSwitchIn() bool // 精灵出战 / 上场时触发
OnSwitchOut() bool // 精灵下场时触发
OnSwitch(in *Input,) bool // 精灵出战 / 上场时触发
//OnSwitchOut() bool // 精灵下场时触发
// OnOwnerSwitchIn() bool // 所属玩家精灵出战时触发
// OnOwnerSwitchOut() bool // 所属玩家精灵下场时触发