Class PlayerEventsAddedEventArgs
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.
public sealed class PlayerEventsAddedEventArgs : EventArgs
- Inheritance
-
PlayerEventsAddedEventArgs
- Inherited Members
Properties
Events
Gets or sets the events
[JsonPropertyName("events")]
public PlayerEvent[] Events { get; set; }
Property Value
PlayerId
Gets or sets the playerId
[JsonPropertyName("playerId")]
public string PlayerId { get; set; }