Click or drag to resize

Upgrade Constructor (String, IEnumerableEffect)

Initializes a new instance of the Upgrade class

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public Upgrade(
	string id,
	IEnumerable<Effect> effects
)
Request Example View Source

Parameters

id
Type: SystemString
effects
Type: System.Collections.GenericIEnumerableEffect
See Also