Click or drag to resize

BunchT Constructor (T, Int32)

Create a bunch with the specified item and amount.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public Bunch(
	T item,
	int amount = 0
)
Request Example View Source

Parameters

item
Type: T
amount (Optional)
Type: SystemInt32
See Also