public void ZalozBron(Bron bron) { UzywanaBron = bron; UpdateStats(); }
public override Przedmiot Kopia() //gleboka kopia { Przedmiot temp = new Bron(this.getIlosc(), this.getId(), this.getNazwa(), this.getObrazenia(), this.getStackable(), this.getItemHP(), this.getItemMP(), this.getItemStrength(), this.getItemDexterity(), this.getItemIntelligence(), this.getItemSellPrice(), this.getItemBuyPrice(), this.getItemType(), this.getWeaponImage()); return(temp); }