Exemplo n.º 1
0
        public override CardType GetTypeToAsk(List <Guess> unmatchedGuesses)
        {
            var input = Terminal.AskString("Ask other player, do you have any...", validate: IsValidInput);

            // We know this type is valid here because the ask method validates it.
            return(GetTypeInHand(input));
        }