private Vector3 GetCurrentWaypoint()
 {
     return(patrolPath.GetWaypoiny(currentWaypointIndex));
 }