toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.game
/
Game
Game
data
class
Game
(
val
id
:
Int
,
val
url
:
String
?
,
val
buildMajor
:
Int
?
,
val
buildMinor
:
Int
?
,
val
lastMasterIndexId
:
Int
?
,
val
languageId
:
Int
,
val
scopeId
:
Int
)
Members
Constructors
Game
Link copied to clipboard
constructor
(
id
:
Int
,
url
:
String
?
,
buildMajor
:
Int
?
,
buildMinor
:
Int
?
,
lastMasterIndexId
:
Int
?
,
languageId
:
Int
,
scopeId
:
Int
)
Properties
build
Major
Link copied to clipboard
val
buildMajor
:
Int
?
build
Minor
Link copied to clipboard
val
buildMinor
:
Int
?
id
Link copied to clipboard
val
id
:
Int
language
Id
Link copied to clipboard
val
languageId
:
Int
last
Master
Index
Id
Link copied to clipboard
val
lastMasterIndexId
:
Int
?
scope
Id
Link copied to clipboard
val
scopeId
:
Int
url
Link copied to clipboard
val
url
:
String
?