Packageartcustomer.maxima.utils.consts
Classpublic class GameMode
InheritanceGameMode Inheritance Object

GameMode : Helpful to disociate development and production.



Public Constants
 ConstantDefined By
  DEBUG : String = debug
[static]
GameMode
  DEV : String = dev
[static]
GameMode
  RELEASE : String = release
[static]
GameMode
Constant Detail
DEBUGConstant
public static const DEBUG:String = debug

DEVConstant 
public static const DEV:String = dev

RELEASEConstant 
public static const RELEASE:String = release