Exemple #1
0
 public Lottery(Lottery <T> src) : this(src.entrants.Capacity)
 {
     src.CombineInto(this);
 }
Exemple #2
0
 public void CombineInto(AffixPool pool)
 {
     lottery.CombineInto(pool.lottery);
 }