コード例 #1
0
ファイル: EndPipe.cs プロジェクト: Osttik/PipeRoller
    private IEnumerator Timer()
    {
        yield return(new WaitForSeconds(_time));

        GameContrl.WinTheGame();
    }