Click or drag to resize

BuffApply Method (IUpgradeable, BuffMode)

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 virtual void Apply(
	IUpgradeable upgradeable,
	BuffMode mode
)
Request Example View Source

Parameters

upgradeable
Type: Kit.ContainersIUpgradeable
The IUpgradeable to apply the buff on.
mode
Type: Kit.ContainersBuffMode
BuffMode override.
See Also