Ejemplo n.º 1
0
        private async Task InvokePolicyPeek()
        {
            var policiesToDisplay = PolicyDeck.Peek(Constants.PresidentialPolicyDrawCount);

            GameData.MachineState = StateMachineState.AwaitingSpecialPowerAcknowledgment;
            await Director.Broadcast($"The president is being shown the topmost {Constants.PresidentialPolicyDrawCount} policies on the draw pile.");

            await Director.PolicyPeek(GameData.President, policiesToDisplay);
        }