Example #1
0
        public override void Close(bool ignoreCloseAnimation = false)
        {
            _reset = true;
            Find <BottomMenu>().Close(ignoreCloseAnimation);

            foreach (var slot in consumableSlots)
            {
                slot.Clear();
            }

            equipmentSlots.Clear();
            base.Close(ignoreCloseAnimation);
            _disposables.DisposeAllAndClear();
        }