EventContext

data class EventContext(val game: Game, val event: Event, val source: CardInstance)

An EventContext provides information about the current event being processed, including the game state, the event itself, and the source of the event.

Constructors

Link copied to clipboard
constructor(game: Game, event: Event, source: CardInstance)

Properties

Link copied to clipboard
Link copied to clipboard
val game: Game
Link copied to clipboard