EffectProcessor

interface EffectProcessor

An EffectProcessor processes an Effect and returns a List of Actions that are generated by the effect.

Functions

Link copied to clipboard
abstract fun process(game: Game, source: CardInstance, effect: Effect): List<Action>

Processes an Effect and returns a List of Actions that are generated by the effect.