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