public Gear(GearSword sword, GearHelmet helmet, GearChestplate chestplate, GearLeggings leggings, GearBoots boots, GearGloves gloves) { Sword = sword; Helmet = helmet; Chestplate = chestplate; Leggings = leggings; Boots = boots; Gloves = gloves; }
public GearBoots(GearBoots boots) : base(boots.Protection, boots.Level, boots.MinLevel, boots.Name, boots.ID) { }