Ejemplo n.º 1
0
 public void ResetGame()
 {
     this.dice = new Dice();
     this.isFirstRoll = true;
     this.isWinner = false;
     this.isLoser = false;
     this.point = 0;
 }