Click or drag to resize

Stat Constructor (IUpgradeable, String)

Initializes a new instance of the Stat class

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public Stat(
	IUpgradeable upgradeable,
	string id
)
Request Example View Source

Parameters

upgradeable
Type: Kit.ContainersIUpgradeable
id
Type: SystemString
See Also