Package zombie
Class AutoTestSettings
java.lang.Object
zombie.AutoTestSettings
public class AutoTestSettings
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
AutoTestIndex
static boolean
AutoTestLoadTest
static boolean
AutoTestNewGameSP
static boolean
DoneGame
static boolean
RedirectConsole
-
Constructor Summary
Constructors Constructor Description AutoTestSettings()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
AutoTestIndex
public static int AutoTestIndex -
AutoTestLoadTest
public static boolean AutoTestLoadTest -
AutoTestNewGameSP
public static boolean AutoTestNewGameSP -
RedirectConsole
public static boolean RedirectConsole -
DoneGame
public static boolean DoneGame
-
-
Constructor Details
-
AutoTestSettings
public AutoTestSettings()
-