process

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.

Parameters

game

The current game state.

source

The source of the effect.

effect

The effect to be processed.