zombie
Class SystemDisabler

java.lang.Object
  extended by zombie.SystemDisabler

public class SystemDisabler
extends java.lang.Object


Field Summary
static boolean doCharacterStats
           
static boolean doOverridePOVCharacters
           
static boolean doPlayerCreation
           
static boolean doSurvivorCreation
           
static boolean doZombieCreation
           
 
Constructor Summary
SystemDisabler()
           
 
Method Summary
static void setDoCharacterStats(boolean bDo)
           
static void setDoPlayerCreation(boolean bDo)
           
static void setDoSurvivorCreation(boolean bDo)
           
static void setDoZombieCreation(boolean bDo)
           
static void setOverridePOVCharacters(boolean bDo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doCharacterStats

public static boolean doCharacterStats

doZombieCreation

public static boolean doZombieCreation

doSurvivorCreation

public static boolean doSurvivorCreation

doPlayerCreation

public static boolean doPlayerCreation

doOverridePOVCharacters

public static boolean doOverridePOVCharacters
Constructor Detail

SystemDisabler

public SystemDisabler()
Method Detail

setDoCharacterStats

public static void setDoCharacterStats(boolean bDo)

setDoZombieCreation

public static void setDoZombieCreation(boolean bDo)

setDoSurvivorCreation

public static void setDoSurvivorCreation(boolean bDo)

setDoPlayerCreation

public static void setDoPlayerCreation(boolean bDo)

setOverridePOVCharacters

public static void setOverridePOVCharacters(boolean bDo)