Exemplo n.º 1
0
 public HighestKills(Match match) {
   super(match);
   pkills = new PlayerKills(match);
   match.addArenaListener(pkills);
 }