Package org.rspeer.game.gameval
Class DBTableId.HiscoresBossesInfo
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.HiscoresBossesInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.HiscoresBossesInfo.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOSSICONintegerstatic intCOL_BOSSNAMEstringstatic intCOL_BOSSVARPintegerstatic intID
-
Constructor Summary
Constructors Constructor Description HiscoresBossesInfo()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_BOSSNAME
public static final int COL_BOSSNAME
string- See Also:
- Constant Field Values
-
COL_BOSSICON
public static final int COL_BOSSICON
integer- See Also:
- Constant Field Values
-
COL_BOSSVARP
public static final int COL_BOSSVARP
integer- See Also:
- Constant Field Values
-
-