DamageDealtEvent

data class DamageDealtEvent(val cardId: UUID, val amount: Int) : Event

Constructors

Link copied to clipboard
constructor(cardId: UUID, amount: Int)

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard