Ejemplo n.º 1
0
    IEnumerator shoeHit()
    {
        yield return(new WaitForSecondsRealtime(.2f));

        som.Bonk();
        pms.Fall();
    }