Пример #1
0
 public ArmorItem(string name, string itemdescribe, int ac, ArmorType armor, int price, bool buyable, int itemvalue, bool questitem, bool craftable, List <CraftingItemInItem> craftingItems, Rarity rare, Armorpiece armorpos, List <ItemType> itemDefine)
 {
     MyRare        = rare;
     Buyable       = buyable;
     Name          = name;
     ItemDescribe  = itemdescribe;
     AC            = ac;
     MyArmorType   = armor;
     Price         = price;
     ItemValue     = itemvalue;
     QuestItem     = questitem;
     Crafable      = craftable;
     CraftingItems = craftingItems;
     ArmorPos      = armorpos;
     MyItemType    = itemDefine;
 }
Пример #2
0
 public ArmorItem(string name, string itemdescribe, int ac, ArmorType armor, int price, bool buyable, int itemvalue, bool questitem, bool craftable, List <CraftingItem> craftingItems, Rarity rare, Armorpiece armorpos, ArmorEnchant enchant)
 {
 }