Package org.rspeer.game.gameval
Class DBTableId.CluehelperRequirementQuest
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperRequirementQuest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperRequirementQuest.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DESCRIPTIONstringstatic intCOL_QUESTintegerstatic intCOL_VARSTATEintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperRequirementQuest()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
COL_QUEST
public static final int COL_QUEST
integer- See Also:
- Constant Field Values
-
COL_VARSTATE
public static final int COL_VARSTATE
integer- See Also:
- Constant Field Values
-
-