Example #1
0
 public void OpenBets()
 {
     _outputDevice.Render("Round is open for bets");
     _roundIsOpen = true;
 }