ListedGameInformation

@Serializable
data class ListedGameInformation(val world: String, val server: String)

Constructors

Link copied to clipboard
fun ListedGameInformation(world: String, server: String)

Properties

Link copied to clipboard
val server: String
Link copied to clipboard
val world: String