Package org.rspeer.game.gameval
Class DBTableId.CluehelperTargetLoc
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperTargetLoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperTargetLoc.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_COORDintegerstatic intCOL_DESCRIPTIONstringstatic intCOL_FALLBACK_LOCintegerstatic intCOL_LOCintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperTargetLoc()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_LOC
public static final int COL_LOC
integer- See Also:
- Constant Field Values
-
COL_FALLBACK_LOC
public static final int COL_FALLBACK_LOC
integer- 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
-
-