Package org.rspeer.game.gameval
Class InterfaceId.HallowedOverlay
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.HallowedOverlay
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.HallowedOverlay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTENTstatic intDODGERstatic intTIMERstatic intTIMER_TEXTstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description HallowedOverlay()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TIMER
public static final int TIMER
- See Also:
- Constant Field Values
-
TIMER_TEXT
public static final int TIMER_TEXT
- See Also:
- Constant Field Values
-
-