Exemplo n.º 1
0
 private void ProccesFiring()
 {
     myAmmo.DecreaseAmmoAmount(ammoType);
     PlayShootingEffects();
     ProccesRaycast();
 }