Returns a list of cards for the player to select from when a turn begins.
When there is only one card left in the deck, the list contains that single card only,
otherwise it will always have two cards randomly picked from the deck.
This should only be invoked when DrawMode.select is enabled for current level.
Returns a list of cards for the player to select from when a turn begins. When there is only one card left in the deck, the list contains that single card only, otherwise it will always have two cards randomly picked from the deck.
This should only be invoked when
DrawMode.select
is enabled for current level.