コード例 #1
0
ファイル: RemoveCardAction.cs プロジェクト: otac0n/Therefore
 public override GameState ApplyTo(GameState currentState, string playerId)
 {
     return currentState.RemoveCardAt(this.premise, this.index).Discard(playerId, this.Card);
 }