refactor(fight/effect): 重构SkillUseEnd方法签名,统一添加input参数并优化属性提升逻辑

This commit is contained in:
1
2025-09-23 19:28:19 +00:00
parent 908d36b126
commit fb55f18a39
6 changed files with 22 additions and 13 deletions

View File

@@ -16,9 +16,7 @@ func (this *EffectNode) TakeHit(opp *input.Input, skill *info.SkillEntity) {
}
func (this *EffectNode) SkillUseEnd() bool {
panic("not implemented") // TODO: Implement
}
func (this *EffectNode) BeforeMultiHit() bool {
panic("not implemented") // TODO: Implement