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

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

Parameters

resourceType
Type: PlanetbaseResourceType

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

amount
Type: SystemInt32

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

See Also