Esempio n. 1
0
 public Game RevealRound()
 {
     CurrentRound?.Reveal();
     return(this);
 }