Player Errors Raised Event
data class PlayerErrorsRaisedEvent(playerId: PlayerId, errors: List<PlayerError>) : Event
Content copied to clipboard
Send a list of any errors that need to be delivered.
Constructors
PlayerErrorsRaisedEvent
Link copied to clipboard
fun PlayerErrorsRaisedEvent(playerId: PlayerId, errors: List<PlayerError>)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard