コード例 #1
0
ファイル: GuiScript.cs プロジェクト: NicholasCerda/ShootEmUp
    IEnumerator END()
    {
        endlock = true;
        Debug.Log("CredsShouldRoll");
        yield return(new WaitForSeconds(2.0f));

        sSc.Credits();
        Debug.Log("CREDSHOULDHAVEROLLED");
    }