Stats
This commit is contained in:
@@ -1,7 +1,26 @@
|
||||
package io.anuke.mindustry.desktop.steam;
|
||||
|
||||
public enum SStat{
|
||||
unitsDestroyed;
|
||||
unitsDestroyed,
|
||||
attacksWon,
|
||||
pvpsWon,
|
||||
gamesWon,
|
||||
maxWavesSurvived,
|
||||
zoneMechsUsed,
|
||||
enemiesDestroyed,
|
||||
blocksDestroyed,
|
||||
playerDestroyed,
|
||||
routersBuilt,
|
||||
blocksBuilt,
|
||||
itemsLaunched,
|
||||
reactorsOverheated,
|
||||
firesExtinguished,
|
||||
maxUnitActive,
|
||||
unitsBuilt,
|
||||
bossesDefeated,
|
||||
maxPlayersServer,
|
||||
mapsMade,
|
||||
mapsPublished;
|
||||
|
||||
public int get(){
|
||||
return SVars.stats.stats.getStatI(name(), 0);
|
||||
|
||||
Reference in New Issue
Block a user