public void OpenShopMenu() { hubWorldSFX.PlayHubSoundEffect(HubWorldSFX.HubSoundeffect.ButtonPress); shopMenu.gameObject.SetActive(true); shopMenu.SetupShopMenu(); }