Implemented nuclear reactor 'heating'

This commit is contained in:
Anuken
2018-05-31 16:45:45 -04:00
parent 13b0c8880d
commit 32201dda72
3 changed files with 15 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ import io.anuke.ucore.util.OS;
import java.util.Locale;
public class Vars{
public static final boolean testMobile = true;
public static final boolean testMobile = false;
//shorthand for whether or not this is running on android or ios
public static boolean mobile;
public static boolean ios;