示例#1
0
    private IEnumerator Timer()
    {
        yield return(new WaitForSeconds(_time));

        GameContrl.WinTheGame();
    }