SystemMessageDto

@Serializable
data class SystemMessageDto(val receivingPlayers: Set<PlayerDto>, val message: MessageDto, val overlay: Boolean = false)

Constructors

Link copied to clipboard
constructor(receivingPlayers: Set<PlayerDto>, message: MessageDto, overlay: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard

Whether the message should be displayed in the actionbar.

Link copied to clipboard