GeneralCommand

data class GeneralCommand(val name: GeneralCommandType, val controllingUserId: UUID, val arguments: Map<String, String?>)

Constructors

Link copied to clipboard
constructor(name: GeneralCommandType, controllingUserId: UUID, arguments: Map<String, String?>)

Properties

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

This exists simply to identify a set of known commands.