Player

@Serializable
data class Player(val playerId: String, val domNodeId: Int? = null)

Constructors

Link copied to clipboard
constructor(playerId: String, domNodeId: Int? = null)

Properties

Link copied to clipboard
val domNodeId: Int? = null
Link copied to clipboard