Ejemplo n.º 1
0
 public virtual bool IsAncestorOf(BTNode _target)
 {
     return(false);
 }
Ejemplo n.º 2
0
 public virtual void RemoveChild(BTNode _target)
 {
 }
Ejemplo n.º 3
0
 public virtual BTNode FindParent(BTNode _target)
 {
     return(null);
 }