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

        levelManager.ActionCamDisEnable();
    }