修改各buff实现

This commit is contained in:
1
2025-08-27 15:29:34 +00:00
parent d5139816df
commit 5cc9daadbc
7 changed files with 91 additions and 15 deletions

View File

@@ -8,6 +8,6 @@ func (this *EffectNode) PreActive() bool {
}
// 激活回合,比如说镇魂歌秒杀
func (f *EffectNode) OnActive() bool {
panic("not implemented") // TODO: Implement
func (this *EffectNode) OnActive() bool {
return true
}