Exemple #1
0
 public float GetReloadDuration()
 {
     return(reloadDuration * (1 + (perk != null ? perk.GetWeaponReloadDurMul(ID) : 0)));
 }