예제 #1
0
 private void Hit()
 {
     audioSource.PlayOneShot(hitSound, 0.7F);
     WeaponManager.RerollWeapon();
 }