Ejemplo n.º 1
0
 public Game NewPrompt(string prompt)
 {
     CurrentRound?.NewPrompt(prompt);
     return(this);
 }