Files
bl/logic/service/fight/battle/node/Active.go

12 lines
179 B
Go

package node
// 技能效果前
func (this *EffectNode) PreActive() bool {
return true
}
func (f *EffectNode) OnActive() bool {
panic("not implemented") // TODO: Implement
}