QueryStatusBasic

@Serializable
data class QueryStatusBasic(val description: String, val map: String, val players: Players) : QueryStatus

Query basic status.

Constructors

Link copied to clipboard
constructor(description: String, map: String, players: Players)

Properties

Link copied to clipboard
open override val description: String
Link copied to clipboard
open override val map: String

Name of the current map.

Link copied to clipboard
open override val players: Players