Package org.rspeer.game.gameval
Class DBTableId.CluehelperClueFairyring
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperClueFairyring
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperClueFairyring.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_CLUE_TEXTstringstatic intCOL_DIFFICULTYintegerstatic intCOL_FAIRYRINGintegerstatic intCOL_IDintegerstatic intCOL_REGIONintegerstatic intCOL_STEPS(integer, integer, integer, integer)static intCOL_TARGETintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperClueFairyring()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ID
public static final int COL_ID
integer- See Also:
- Constant Field Values
-
COL_DIFFICULTY
public static final int COL_DIFFICULTY
integer- See Also:
- Constant Field Values
-
COL_CLUE_TEXT
public static final int COL_CLUE_TEXT
string- See Also:
- Constant Field Values
-
COL_FAIRYRING
public static final int COL_FAIRYRING
integer- See Also:
- Constant Field Values
-
COL_STEPS
public static final int COL_STEPS
(integer, integer, integer, integer)- See Also:
- Constant Field Values
-
COL_TARGET
public static final int COL_TARGET
integer- See Also:
- Constant Field Values
-
COL_REGION
public static final int COL_REGION
integer- See Also:
- Constant Field Values
-
-