コード例 #1
0
ファイル: Game.cs プロジェクト: micklaw/Cards-Against-COVID
 public Game RevealRound()
 {
     CurrentRound?.Reveal();
     return(this);
 }