public override void SetTarget(LNNode node) { base._firstTick = true; base._isEnd = false; base._target = node; _other.SetTarget(node); }
public override void SetTarget(LNNode node) { base.SetTarget(node); if (_action != null) { _action.SetTarget(node); } }