HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.other
/
GameCount
Game
Count
@
Serializable
data
class
GameCount
(
val
players
:
Int
?
=
null
,
val
modes
:
Map
<
String
,
Int
>
?
=
null
)
Members
Constructors
Game
Count
Link copied to clipboard
constructor
(
players
:
Int
?
=
null
,
modes
:
Map
<
String
,
Int
>
?
=
null
)
Properties
modes
Link copied to clipboard
val
modes
:
Map
<
String
,
Int
>
?
=
null
players
Link copied to clipboard
val
players
:
Int
?
=
null