public void Give(ref Bot low, ref Bot high) { low.Assign(Chips.First()); high.Assign(Chips.Last()); Chips.Clear(); Chips.Add(int.MaxValue); Chips.Add(int.MaxValue); }