Player

@Serializable
data class Player(val name: String, val platform: String, val version: String)

Information about the player.

Constructors

Link copied to clipboard
constructor(name: String, platform: String, version: String)

Properties

Link copied to clipboard

The name of the player.

Link copied to clipboard

The platform of the player.

Link copied to clipboard

The version of the player.