public override bool CheckConditions()
 {
     return(blackboard.GetTargetGameObject().activeSelf&& blackboard.GetActionDestination() != null);
 }