1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 21:38:29 +03:00
This commit is contained in:
Anuken 2019-09-10 15:05:02 -04:00
parent 6fe55661ed
commit db733bced6

View File

@ -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);