some changes

This commit is contained in:
kremsy
2014-01-03 19:14:07 +01:00
parent f29a83a8bc
commit 176b9eef6d
4 changed files with 26 additions and 12 deletions

View File

@@ -30,6 +30,9 @@ class StatisticCollector implements CallbackListener {
const STAT_ON_DEATH = 'Deaths';
const STAT_ON_PLAYER_REQUEST_RESPAWN = 'Respawns';
const STAT_ON_KILL = 'Kills';
const SPECIAL_STAT_KILL_DEATH_RATIO = 'Kill / Death';
/**
* Private Properties
*/