public void SetRobotToPlayerDistance(int newDistance)
 {
     bt.SetRobotToPlayerDistance((RobotBlackboard.Distance)newDistance);
 }