View Project on GitHub
The Ingredient constructor
Namespace: GW2CSharp.V2.Unauthenticated.RecipesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Ingredient(
int item_id,
int count
)
Parameters
- item_id
- Type: SystemInt32
The id of the item in the recipe - count
- Type: SystemInt32
The number of items for the recipe
See Also