示例#1
0
    IEnumerator FreeGammyRoutine()
    {
        yield return(new WaitForSeconds(3.0f));

        _scene.FreeGammyScene();
    }