Package org.rspeer.game.gameval
Class InterfaceId.MobileRating
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.MobileRating
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.MobileRating extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intASK_LATER_BUTTONstatic intMODEL_Lstatic intMODEL_Rstatic intNO_BUTTONstatic intTEXTstatic intUNIVERSEstatic intYES_BUTTON
-
Constructor Summary
Constructors Constructor Description MobileRating()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
ASK_LATER_BUTTON
public static final int ASK_LATER_BUTTON
- See Also:
- Constant Field Values
-
NO_BUTTON
public static final int NO_BUTTON
- See Also:
- Constant Field Values
-
YES_BUTTON
public static final int YES_BUTTON
- See Also:
- Constant Field Values
-
MODEL_L
public static final int MODEL_L
- See Also:
- Constant Field Values
-
MODEL_R
public static final int MODEL_R
- See Also:
- Constant Field Values
-
-