Exemple #1
0
 private void ProccesFiring()
 {
     myAmmo.DecreaseAmmoAmount(ammoType);
     PlayShootingEffects();
     ProccesRaycast();
 }