internal CrapsGame()
 {
     _roll       = new RollDice();
     _statistics = new Statistics();
 }
Ejemplo n.º 2
0
 public CrapsGame()
 {
     _roll       = new RollDice();
     _statistics = new Statistics();
 }