Struct IngredientRequirement
Inherited Members
Namespace: SociallyDistant.Core.Core
Assembly: SociallyDistant.Framework.dll
Syntax
public struct IngredientRequirement
Constructors
IngredientRequirement(CraftingIngredient, int)
Declaration
public IngredientRequirement(CraftingIngredient ingredient, int amount)
Parameters
Type | Name | Description |
---|---|---|
CraftingIngredient | ingredient | |
int | amount |
Fields
AmountNeeded
Declaration
public readonly int AmountNeeded
Field Value
Type | Description |
---|---|
int |
Ingredient
Declaration
public readonly CraftingIngredient Ingredient
Field Value
Type | Description |
---|---|
CraftingIngredient |