DrawCards

data class DrawCards(val amount: Int) : Effect

Constructors

Link copied to clipboard
constructor(amount: Int)

Properties

Link copied to clipboard
val amount: Int