Ejemplo n.º 1
0
    IEnumerator UndoomPlayers()
    {
        yield return(new WaitForSeconds(secondsToUndoom));

        cameraProfile.profile = normalProfile;
        cameraAnimator.Undoom();
    }