Not

data class Not(val condition: Condition) : Condition

A condition that negates the result of another condition.

Constructors

Link copied to clipboard
constructor(condition: Condition)

Properties

Link copied to clipboard

Functions

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