DamageDto constructor

DamageDto(
  1. String receiver,
  2. int damage,
  3. int legshots,
  4. int bodyshots,
  5. int headshots,
)

Implementation

DamageDto(this.receiver, this.damage, this.legshots, this.bodyshots,
    this.headshots);