예제 #1
0
    IEnumerator WaitFeedback()
    {
        yield return(new WaitForSeconds(0.3f));

        bossManager.NextQTE();
    }