Esempio n. 1
0
 public void FakeRoll(int v1, int v2)
 {
     Roll = new List <Dice>(Dice.GetDices(v1, v2));
 }