private void ShootInput(KeyInputType inputType)
 {
     currentFireMode.Shoot(currentWeapon, weaponBarrel, damageLayer, gameObject.layer, inputType, ammoUI);
 }