This commit is contained in:
1
2025-11-16 13:10:34 +00:00
parent 7cbd3bb801
commit 7dd732c1ec
2 changed files with 0 additions and 9 deletions

View File

@@ -2,8 +2,6 @@ package node
import (
"blazing/logic/service/fight/action"
"blazing/logic/service/fight/info"
"blazing/logic/service/fight/input"
)
func (e *EffectNode) Skill_Hit_Pre(fattack, sattack *action.SelectSkillAction) bool {
@@ -36,7 +34,3 @@ func (e *EffectNode) Turn_End() {
}
}
func (e *EffectNode) OnDefeat(*input.Input, *info.SkillEntity) bool {
panic("not implemented") // TODO: Implement
}

View File

@@ -9,9 +9,6 @@ func (e *EffectNode) Fight_Start() bool {
//panic("not implemented") // TODO: Implement
return true
}
func (e *EffectNode) PreBattleEnd() bool {
panic("not implemented") // TODO: Implement
}
func (e *EffectNode) OnBattleEnd() bool {
// panic("not implemented") // TODO: Implement