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

            UnaffectedPlayers = new List <Player>();
        }
コード例 #2
0
 public abstract Task DoEffect(Game game, PlayerAction.ChooseDirectionResponse response, List <Player> unaffectedPlayers);
コード例 #3
0
ファイル: EventCard.cs プロジェクト: Shedarshian/TouhouTrek
 public abstract Task Use(Game game, PlayerAction.ChooseDirectionResponse response);