Gladiators, added stats

This commit is contained in:
Teddy 2016-01-18 11:36:16 +00:00
parent 297e9baf41
commit b22f452b1f
1 changed files with 7 additions and 1 deletions

View File

@ -120,7 +120,13 @@ public class Gladiators extends SoloGame
new SwiftKillTracker(this)
);
registerChatStats();
registerChatStats(
Kills,
Assists,
BlankLine,
DamageDealt,
DamageTaken
);
_playerArenas = new HashMap<>();