Package org.rspeer.game.gameval
Class DBTableId.CluehelperCombatEncounter
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperCombatEncounter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperCombatEncounter.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DESCRIPTIONstringstatic intCOL_NPCSintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperCombatEncounter()
-
-
-
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_NPCS
public static final int COL_NPCS
integer- See Also:
- Constant Field Values
-
-