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