private void setupInventory() { Service.Get <CatalogServiceProxy>().DeactivateCatalogTheme(); CustomizationContext.EventBus.DispatchEvent(default(CustomizerWidgetEvents.HideCoinCountWidget)); InventoryContext component = currentLoadedScreen.GetComponent <InventoryContext>(); component.Init(); }