IEnumerator set(PlayerCore pc) { yield return(null); RankAnimator.SetBool("Done", true); yield return(new WaitForSeconds(10f)); pc.fadeAnimator.Play("FadeOut"); yield return(new WaitForSeconds(1.75f)); pc.LoadMenu(); }