Players

@Serializable
data class Players(val max: Int, val online: Int, val sample: Set<Sample>? = emptySet())

Player info.

Constructors

Link copied to clipboard
constructor(max: Int, online: Int, sample: Set<Sample>? = emptySet())

Properties

Link copied to clipboard
val max: Int
Link copied to clipboard
val online: Int
Link copied to clipboard

Optional sample list of online players.