Example #1
0
 public String toString() {
   return player.id.toString()
       + ","
       + score
       + ","
       + player.getKills()
       + ","
       + player.getRetaliationKills()
       + ","
       + player.getDeadUnits()
       + ","
       + player.getPlacedTowers()
       + ","
       + player.getSuccessfulTraps()
       + ","
       + player.getPlacedTraps()
       + ","
       + player.getKillingSprees()
       + ","
       + player.getFirstBlood();
 }