Exemplo n.º 1
0
        public async Task Use(Game game, PlayerAction.ChooseDirectionResponse response)
        {
            await DoEffect(game, response, UnaffectedPlayers);

            UnaffectedPlayers = new List <Player>();
        }
Exemplo n.º 2
0
 public abstract Task DoEffect(Game game, PlayerAction.ChooseDirectionResponse response, List <Player> unaffectedPlayers);
Exemplo n.º 3
0
 public abstract Task Use(Game game, PlayerAction.ChooseDirectionResponse response);