WeaponShotgunStats constructor

const WeaponShotgunStats(
  1. int shotgunPelletCount,
  2. double burstRate
)

Implementation

const WeaponShotgunStats(this.shotgunPelletCount, this.burstRate);