HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.playerdata
/
RecentGame
Recent
Game
@
Serializable
data
class
RecentGame
(
val
date
:
Long
?
=
null
,
val
gameType
:
String
?
=
null
,
val
mode
:
String
?
=
null
,
val
map
:
String
?
=
null
,
val
ended
:
Long
?
=
null
)
Members
Constructors
Recent
Game
Link copied to clipboard
constructor
(
date
:
Long
?
=
null
,
gameType
:
String
?
=
null
,
mode
:
String
?
=
null
,
map
:
String
?
=
null
,
ended
:
Long
?
=
null
)
Properties
date
Link copied to clipboard
val
date
:
Long
?
=
null
ended
Link copied to clipboard
val
ended
:
Long
?
=
null
game
Type
Link copied to clipboard
val
gameType
:
String
?
=
null
map
Link copied to clipboard
val
map
:
String
?
=
null
mode
Link copied to clipboard
val
mode
:
String
?
=
null
parsed
Game
Type
Link copied to clipboard
val
parsedGameType
:
GameType
?