PlayerCommandResponse

data class PlayerCommandResponse(val playerId: UUID, val message: String, val issuedAtMillis: Long, val ttlMillis: Long, val nonce: ByteArray)

Constructors

Link copied to clipboard
constructor(playerId: UUID, message: String, issuedAtMillis: Long, ttlMillis: Long, nonce: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard