Mobile chat fix / Turret balance / UI disable variable

This commit is contained in:
Anuken
2018-11-25 13:58:19 -05:00
parent bb6a748167
commit 44897fb371
5 changed files with 36 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ public class Vars{
};
//server port
public static final int port = 6567;
public static boolean disableUI;
public static boolean testMobile;
//shorthand for whether or not this is running on android or ios
public static boolean mobile;