Ejemplo n.º 1
0
 /// <summary>
 /// Tallys the score of the dice and returns them to the dice pool
 /// </summary>
 public void EndRolling()
 {
     State = State.TallyDice;
     DiceRoller.EndRolling(this);
 }