Click or drag to resize
ProductAmountsadd Method

[Missing <summary> documentation for "M:Planetbase.ProductAmounts.add(Planetbase.Product,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void add(
	Product product,
	int amount
)

Parameters

product
Type: PlanetbaseProduct

[Missing <param name="product"/> documentation for "M:Planetbase.ProductAmounts.add(Planetbase.Product,System.Int32)"]

amount
Type: SystemInt32

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

See Also