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

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