Пример #1
0
 public virtual bool IsAncestorOf(BTNode _target)
 {
     return(false);
 }
Пример #2
0
 public virtual void RemoveChild(BTNode _target)
 {
 }
Пример #3
0
 public virtual BTNode FindParent(BTNode _target)
 {
     return(null);
 }