IEnumerator UndoomPlayers()
    {
        yield return(new WaitForSeconds(secondsToUndoom));

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