World

data class World(val id: Int, val flags: Int, val hostname: String, val activity: String, val country: Int, val players: Int)

Constructors

Link copied to clipboard
constructor(id: Int, flags: Int, hostname: String, activity: String, country: Int, players: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val flags: Int
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard