Beispiel #1
0
    IEnumerator AdvanceInstructions()
    {
        yield return(new WaitForSeconds(2)); // Allow players to try out move before next sentence shows

        TutorialManager.DisplayNextSentence();
    }