Package-level declarations

Types

Link copied to clipboard
interface Event

An Event marks a change in the game state that can trigger abilities or effects.

Link copied to clipboard
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.