コード例 #1
0
    IEnumerator nextLevelPlease()
    {
        yield return(new WaitForSeconds(waitTime));

        menuScript.LoadMainMenu();
    }