Пример #1
0
 IEnumerator Teleport()
 {
     enemyHP.PlaySoundTeleportation();
     yield return(new WaitForSeconds(0.8f));
 }