ServerVersionDto

@Serializable
data class ServerVersionDto(val name: String, val protocol: Int)

Constructors

Link copied to clipboard
constructor(name: String, protocol: Int)

Properties

Link copied to clipboard
Link copied to clipboard