Exemple #1
0
 private void AttackPlayer()
 {
     soundScript.source.Stop();
     soundScript.AttackingSounds(0.5f);
     player.GetComponent <PlayerDeath>().Death();
 }