Пример #1
0
 public static void RerollOne(DiceRoll diceRoll, DelegateDiceroll callback)
 {
     diceRoll.RerollOne();
     Game.StartCoroutine(WaitForResults(diceRoll, callback));
 }