Ejemplo n.º 1
0
    public IEnumerator HideGameplay()
    {
        yield return(new WaitForSecondsRealtime(FadeAlphaAnimationClip.length));

        _showPanels.HideGameplay();
        GameplayMenuAlpha.ResetTrigger("fade");
        _showPanels.ShowRetryPanel();
    }