Exemplo n.º 1
0
    private IEnumerator ActivateUI(float time)
    {
        yield return(new WaitForSeconds(time));

        _enemyHandler.ShowAnimation();
    }