toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.game
Package-level
declarations
Types
Types
Game
Link copied to clipboard
data
class
Game
(
val
id
:
Int
,
val
url
:
String
?
,
val
buildMajor
:
Int
?
,
val
buildMinor
:
Int
?
,
val
lastMasterIndexId
:
Int
?
,
val
languageId
:
Int
,
val
scopeId
:
Int
)
Game
Database
Link copied to clipboard
@
Singleton
class
GameDatabase
@
Inject
constructor
(
database
:
Database
)