private IEnumerator ActivateUI(float time) { yield return(new WaitForSeconds(time)); _enemyHandler.ShowAnimation(); }