예제 #1
0
    IEnumerator ResetGame()
    {
        yield return(new WaitForSeconds(.5f));

        GlobalValues.GameReset();
    }