Ejemplo n.º 1
0
 public Dice(Random r, int max = 6)
 {
     DieOne = new Die(r, max);
     DieTwo = new Die(r, max);
 }
Ejemplo n.º 2
0
 public Dice(Random r, int max = 6)
 {
     DieOne = new Die(r, max);
     DieTwo = new Die(r, max);
 }