コード例 #1
0
ファイル: Gear.cs プロジェクト: LtLi0n/MrRestructoid
 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 GearChestplate(GearChestplate chestplate) : base(chestplate.Protection, chestplate.Level, chestplate.MinLevel, chestplate.Name, chestplate.ID)
 {
 }