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