Click or drag to resize
ResourceInfo Constructor
Initializes a new instance of the ResourceInfo class

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

Parameters

resourceType
Type: PlanetbaseResourceType

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

amount
Type: SystemInt32

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

freeAmount
Type: SystemInt32

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

See Also