Exemplo n.º 1
0
 public PraeWeapon(string name, float weightSingle, Currency value, Sprite icon, EGearType gearType, bool sellable = true, int amount = 1, int stackSize = 1)
     : base(name, weightSingle, value, icon, gearType, sellable, amount, stackSize)
 {
 }
Exemplo n.º 2
0
 public void Set(PraeGear pg)
 {
     base.Set(pg);
     gearType = pg.gearType;
 }