Click or drag to resize
ColonyShip.addResource Method

[Missing <summary> documentation for "M:Planetbase.ColonyShip.addResource(Planetbase.ResourceType,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void addResource(
	ResourceType type,
	int amount
)

Parameters

type
Type: Planetbase.ResourceType

[Missing <param name="type"/> documentation for "M:Planetbase.ColonyShip.addResource(Planetbase.ResourceType,System.Int32)"]

amount
Type: System.Int32

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

See Also