예제 #1
0
 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;
 }
예제 #2
0
 public GearHelmet(GearHelmet helmet) : base(helmet.Protection, helmet.Level, helmet.MinLevel, helmet.Name, helmet.ID)
 {
 }