Exemplo n.º 1
0
 @Override
 public void addPoints(Player player, int points, PointCategory category) {
   player.addPoints(points, category);
 }