WeaponAdsStats constructor

const WeaponAdsStats(
  1. double zoomMultiplier,
  2. double fireRate,
  3. double runSpeedMultiplier,
  4. int burstCount,
  5. double firstBulletAccuracy,
)

Implementation

const WeaponAdsStats(this.zoomMultiplier, this.fireRate,
    this.runSpeedMultiplier, this.burstCount, this.firstBulletAccuracy);