Package org.rspeer.game.gameval
Class InterfaceId.BrReward
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.BrReward
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.BrReward extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBANK_ALLstatic intBANK_ALL_BGstatic intBANK_ALL_GRAPHICstatic intBUTTONSstatic intCONTENTstatic intREWARD_INVstatic intTEMPLATEstatic intUNIVERSAL
-
Constructor Summary
Constructors Constructor Description BrReward()
-
-
-
Field Detail
-
UNIVERSAL
public static final int UNIVERSAL
- See Also:
- Constant Field Values
-
TEMPLATE
public static final int TEMPLATE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
REWARD_INV
public static final int REWARD_INV
- See Also:
- Constant Field Values
-
BANK_ALL
public static final int BANK_ALL
- See Also:
- Constant Field Values
-
BANK_ALL_BG
public static final int BANK_ALL_BG
- See Also:
- Constant Field Values
-
BANK_ALL_GRAPHIC
public static final int BANK_ALL_GRAPHIC
- See Also:
- Constant Field Values
-
-