예제 #1
0
 private void RedoList()
 {
     DiceList.Clear(HowManyDice);
 }
예제 #2
0
 public void ClearDice()
 {
     HasDice     = true;
     HowManyDice = _originalNumber;
     DiceList.Clear(HowManyDice);
 }