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