Package org.rspeer.game.gameval
Class InterfaceId.TutorialPlayerExperience
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.TutorialPlayerExperience
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.TutorialPlayerExperience extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBUTTON_EXPERIENCEDstatic intBUTTON_NEWstatic intBUTTON_RETURNINGstatic intCONTENTstatic intFRAMEstatic intMAINstatic intNOCLICKstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description TutorialPlayerExperience()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
NOCLICK
public static final int NOCLICK
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BUTTON_NEW
public static final int BUTTON_NEW
- See Also:
- Constant Field Values
-
BUTTON_RETURNING
public static final int BUTTON_RETURNING
- See Also:
- Constant Field Values
-
BUTTON_EXPERIENCED
public static final int BUTTON_EXPERIENCED
- See Also:
- Constant Field Values
-
-