Esempio n. 1
0
 public void resetLocation() {
   if (team != null) location.set(team.getLocation());
   else location.set(world.getBounds().random());
 }