예제 #1
0
    IEnumerator GameOver(float waitTime)
    {
        Debug.Log("ending");
        yield return(new WaitForSeconds(waitTime));

        manager.EndGame();
    }