예제 #1
0
    IEnumerator END()
    {
        endlock = true;
        Debug.Log("CredsShouldRoll");
        yield return(new WaitForSeconds(2.0f));

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