resolve

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

Resolves the target players for an ability.

Return

A list of target players.

Parameters

game

The current game state.

source

The source of the action.