Click or drag to resize

UpgradeApply Method

Add the upgrade to an upgradeable's list.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual void Apply(
	IUpgradeable upgradeable
)
Request Example View Source

Parameters

upgradeable
Type: Kit.ContainersIUpgradeable
The IUpgradeable to add it to.
See Also