internal CrapsGame() { _roll = new RollDice(); _statistics = new Statistics(); }
public CrapsGame() { _roll = new RollDice(); _statistics = new Statistics(); }