コード例 #1
0
    IEnumerator CoroutineReLoca()
    {
        yield return(new WaitForSeconds(0.6f));

        SceneChanger.GoToChat();
    }