resolve

abstract fun resolve(game: Game, source: CardInstance): List<CardInstance>

Resolves the target cards for an ability.

Return

A list of target cards.

Parameters

game

The current game state.

source

The source of the action.