public void Merge(LootTracking other) { Magical.Merge(other.Magical); Rare.Merge(other.Rare); Legendary.Merge(other.Legendary); Gems.Merge(other.Gems); Crafting.Merge(other.Crafting); Keys.Merge(other.Keys); }
public void Merge(LootTracking other) { Magical.Merge(other.Magical); Rare.Merge(other.Rare); Legendary.Merge(other.Legendary); Gems.Merge(other.Gems); Crafting.Merge(other.Crafting); Keys.Merge(other.Keys); KeyStoneFragments.Merge(other.KeyStoneFragments); HoradricCache.Merge(other.HoradricCache); }