HealthBelow

data class HealthBelow(val amount: Int) : Condition

Constructors

Link copied to clipboard
constructor(amount: Int)

Properties

Link copied to clipboard
val amount: Int

Functions

Link copied to clipboard
open override fun evaluate(game: Game, card: CardInstance): Boolean