private List<Item> m_EquipSnapshot;
        public List<Item> EquipSnapshot
        {
            get { return m_EquipSnapshot; }
        }
        private bool FindItems_Callback(Item item)
        {
            if (!item.Deleted && (item.LootType == LootType.Blessed || item.Insured))
            {
                if (this.Backpack != item.ParentEntity)
                {
                    return true;
                }
            }
            return false;
        }
We use essential cookies to make this site work, and optional cookies to enhance your experience.
