private void OnDragonballCollect()
 {
     if (GlobalManager.GetBallsCollected() == 7)
     {
         StartCoroutine(WaitForShenron());
     }
 }