package node import ( "blazing/logic/service/fight/action" ) // 治疗相关触发 // 治疗前触发 回复翻倍效果 func (e *EffectNode) Heal_Pre(action.BattleActionI, *int) bool { //panic("not implemented") // TODO: Implement return true }