private IEnumerator Populate() { yield return(StartCoroutine(PopulateVitaminPanel())); yield return(StartCoroutine(PopulateWeaponPanel())); yield return(StartCoroutine(PopulateKeyItemPanel())); shopMenu.SelectVitaminPanel(); isPopulated = true; }