Esempio n. 1
0
 private void Attack()
 {
     Player_GO.GetComponent <Keyboard_Controller>().SetDeadTrue();
     myAudio.PlayOneShot(Sound[2]);
 }
Esempio n. 2
0
 private void Attack()
 {
     Player_GO.GetComponent <Keyboard_Controller>().SetDeadTrue();
 }