Example #1
0
 public RandChanceBox(float c, RandChanceSource s)
 {
     chance = c;
     source = s;
 }