Class ItemCombinationAttribute<I0, I1, I2, I3>
Define an item combination to craft the item.
Constructors
ItemCombinationAttribute(int, string, string, string, string)
Define an item combination to craft the item.
Declaration
public ItemCombinationAttribute(int count = 1, string keepId0 = "", string keepId1 = "", string keepId2 = "", string keepId3 = "")
Parameters
Type | Name | Description |
---|---|---|
int | count | How many item does it craft at once |
string | keepId0 | Do not consume this item |
string | keepId1 | Do not consume this item |
string | keepId2 | Do not consume this item |
string | keepId3 | Do not consume this item |