public void StoreOwnedClick() { StoreSkinsContain.SetActive(false); StorePowerUpsContain.SetActive(false); StoreCurrencyContain.SetActive(false); StoreOwnedContain.SetActive(true);//Show OwnedSkins store }
public void StoreClick() { MMenuContain.SetActive(false); OptionsContain.SetActive(false); HighscoreContain.SetActive(false); StoreContain.SetActive(true);//Shows Store StoreSkinsContain.SetActive(false); StorePowerUpsContain.SetActive(false); }