修改部分代码
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package node
|
||||
|
||||
|
||||
func (this *EffectNode) UseSkill() bool {
|
||||
panic("not implemented") // TODO: Implement
|
||||
}
|
||||
|
||||
func (this *EffectNode) OnSkillPP() bool {
|
||||
panic("not implemented") // TODO: Implement
|
||||
}
|
||||
func (this *EffectNode) SkillUseEnd() bool {
|
||||
panic("not implemented") // TODO: Implement
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user