protected override void onExit(BT_Behavior.Status status)
 {
     if (exitDel != null)
         exitDel(Agent, Node, status);
 }
 protected override void onExit(BT_Behavior.Status status)
 {
     if (Agent != null)
         Agent.TreeInfo.Depth--;
 }