Added Report Button Utilities Plugin

This commit is contained in:
noremac201
2018-01-07 21:49:51 -06:00
committed by Adam
parent a144788c72
commit a273470130
4 changed files with 257 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ public enum GameState
LOGGING_IN(20),
LOADING(25),
LOGGED_IN(30),
CONNECTION_LOST(40),
HOPPING(45);
private final int state;