Beispiel #1
0
 public void ZalozBron(Bron bron)
 {
     UzywanaBron = bron;
     UpdateStats();
 }
Beispiel #2
0
        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);
        }