// {
if (autoShootEnabled)
{
ShootGunAtIndex(currentGunIndex);
// ShootGunAtIndex(currentGunIndex);
Shoot();
}
// }
shootTimer += Time.fixedDeltaTime;