ProductAmount Constructor (Product, Int32) |
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic ProductAmount(
Product resourceType,
int amount
)
Public Sub New (
resourceType As Product,
amount As Integer
)
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