public float GetWeaponFireRate()
 {
     return(reloadSpeed * (towerData?.GetReloadModifier() ?? 1f));
 }