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