PlayerCommandRequest

data class PlayerCommandRequest(val playerId: UUID, val command: String, val issuedAtMillis: Long, val ttlMillis: Long, val nonce: ByteArray)

Constructors

Link copied to clipboard
constructor(playerId: UUID, command: 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