Package org.rspeer.game.gameval
Class DBTableId.CluehelperChallengeBox.Row
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperChallengeBox.Row
-
- Enclosing class:
- DBTableId.CluehelperChallengeBox
public static class DBTableId.CluehelperChallengeBox.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intLIGHTstatic intPUZZLEstatic intPUZZLE_OR_LIGHT
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
LIGHT
public static final int LIGHT
- See Also:
- Constant Field Values
-
PUZZLE
public static final int PUZZLE
- See Also:
- Constant Field Values
-
PUZZLE_OR_LIGHT
public static final int PUZZLE_OR_LIGHT
- See Also:
- Constant Field Values
-
-