@Override
 public void addPoints(Player player, int points, PointCategory category) {
   player.addPoints(points, category);
 }