public virtual bool IsAncestorOf(BTNode _target) { return(false); }
public virtual void RemoveChild(BTNode _target) { }
public virtual BTNode FindParent(BTNode _target) { return(null); }