Class ConfigureConstants
java.lang.Object
|
+----ConfigureConstants
- public class ConfigureConstants
- extends Object
A class defines some constants specific to the system.
Written: Radu Sion
Version: 0.18
Source: ConfigureConstants.java
-
DEBUG_LEVEL
-
-
GREETING
-
-
RESFILE
-
-
RRST_GO_ON
-
-
RRST_NO_PLAYERS
- Defines some internal RRST constants
-
VERSION
-
-
ConfigureConstants()
-
DEBUG_LEVEL
public static final int DEBUG_LEVEL
VERSION
public static final String VERSION
GREETING
public static final String GREETING
RESFILE
public static final String RESFILE
RRST_NO_PLAYERS
public static final int RRST_NO_PLAYERS
- Defines some internal RRST constants
RRST_GO_ON
public static final int RRST_GO_ON
ConfigureConstants
public ConfigureConstants()