public void Update(Weapon weapon) { // TODO }
public void Update(Weapon weapon) { this.Inventory.Add(weapon); this.AttackPoints += weapon.AttackBonus; this.HealthPoints += weapon.HealthBonus; }
public void Update(Weapon weapon) { this.Inventory.Add(weapon); }