Freeze

@Serializable
@SerialName(value = "freeze")
data class Freeze(val hostId: String, val roster: Set<String>, val epoch: Long) : LobbyMessage

Host→all: "closing the lobby; roster are the members; ack if I'm your elected host."

Constructors

Link copied to clipboard
constructor(hostId: String, roster: Set<String>, epoch: Long)

Properties

Link copied to clipboard
val epoch: Long
Link copied to clipboard
Link copied to clipboard