Click or drag to resize
Recipe Constructor (ResourceSubtype, ResourceSubtype)
Initializes a new instance of the Recipe class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Recipe(
	ResourceSubtype ingredient1,
	ResourceSubtype meal
)

Parameters

ingredient1
Type: PlanetbaseResourceSubtype

[Missing <param name="ingredient1"/> documentation for "M:Planetbase.Recipe.#ctor(Planetbase.ResourceSubtype,Planetbase.ResourceSubtype)"]

meal
Type: PlanetbaseResourceSubtype

[Missing <param name="meal"/> documentation for "M:Planetbase.Recipe.#ctor(Planetbase.ResourceSubtype,Planetbase.ResourceSubtype)"]

See Also