Exemplo n.º 1
0
 public override void SetDamage(BulletModel b)
 {
     this.Health = this.Health - b.GetSpecificsDamages(this);
 }