コード例 #1
0
    IEnumerator EndGameAnimation()
    {
        yield return(new WaitForSeconds(1.5f));

        GameUI.AllLevelsCompleteAnimation();
    }