Example #1
0
 public void ShowDice()
 {
     dice.ShowDice(false);
     //AudioManager.Instance.RollTheDice(true);
 }
Example #2
0
 public void ShowDice()
 {
     dice.ShowDice(false);
     // ui_m.HideDiceImage();
     AudioManager.Instance.RollTheDice(true);
 }