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