Exemple #1
0
        IEnumerator SkipEnumerator()
        {
            yield return(StartCoroutine(FinalPhase.Process()));

            foreach (IntroPhase phase in intros)
            {
                phase.StopPhase();
            }

            StopAllCoroutines();
            IsComplete = true;
        }