Example #1
0
 public static void RerollDices(DiceRoll diceRoll, string results, DelegateDiceroll callback)
 {
     diceRoll.Reroll(results);
     Game.StartCoroutine(WaitForResults(diceRoll, callback));
 }