Click or drag to resize

BuffApply Method (IUpgradeable)

Add the buff to an IUpgradeable and start the timer.

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

Parameters

upgradeable
Type: Kit.ContainersIUpgradeable
The IUpgradeable to apply the buff on.
See Also