Player Events Added Event
data class PlayerEventsAddedEvent(playerId: PlayerId, events: List<PlayerEvent>) : Event
Content copied to clipboard
Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.
Constructors
PlayerEventsAddedEvent
Link copied to clipboard
fun PlayerEventsAddedEvent(playerId: PlayerId, events: List<PlayerEvent>)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard