Click or drag to resize
Cooldown Constructor
Initializes a new instance of the Cooldown class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Cooldown(
	Object refObject,
	float time
)

Parameters

refObject
Type: SystemObject

[Missing <param name="refObject"/> documentation for "M:Planetbase.Cooldown.#ctor(System.Object,System.Single)"]

time
Type: SystemSingle

[Missing <param name="time"/> documentation for "M:Planetbase.Cooldown.#ctor(System.Object,System.Single)"]

See Also