Added Report Button Utilities Plugin

This commit is contained in:
noremac201
2018-01-08 20:15:37 -05:00
committed by Adam
parent a144788c72
commit a273470130
4 changed files with 257 additions and 0 deletions
@@ -32,6 +32,7 @@ public enum GameState
LOGGING_IN(20),
LOADING(25),
LOGGED_IN(30),
CONNECTION_LOST(40),
HOPPING(45);
private final int state;