Beispiel #1
0
    IEnumerator WaitAndContinue(PathFollower player)
    {
        yield return(new WaitForSeconds(pathManager.WaitTime));

        player.Continue(pathManager);
    }