Exemplo n.º 1
0
    IEnumerator ExtractSuccess()
    {
        yield return(new WaitForSeconds(0.5f));

        saveFile.AddProgress(thisSessionProgress);
        //fade screen black and go to hideout
        SceneManager.LoadScene("MikkoHideOut");
    }