Ejemplo n.º 1
0
    IEnumerator DeadSound()
    {
        yield return(new WaitForSeconds(0.3f));

        enermyAudio.Play_DeadSound();
    }