Ejemplo n.º 1
0
 public void select(Position newPosition) {
   // TODO : check if the new pos is correct
   game.setSelectedPosition(newPosition);
 }