Click or drag to resize
ProductAmount Constructor (Product, Int32)
Initializes a new instance of the ProductAmount class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public ProductAmount(
	Product resourceType,
	int amount
)

Parameters

resourceType
Type: PlanetbaseProduct

[Missing <param name="resourceType"/> documentation for "M:Planetbase.ProductAmount.#ctor(Planetbase.Product,System.Int32)"]

amount
Type: SystemInt32

[Missing <param name="amount"/> documentation for "M:Planetbase.ProductAmount.#ctor(Planetbase.Product,System.Int32)"]

See Also