protected void SetTime(BTNode other) { other.time = time; other.deltaTime = deltaTime; }
protected void Reset(BTNode other) { other.Reset(); }
protected EBTResult GetOtherState(BTNode other) { return(other.state); }