Initializes a new instance of the
Cooldown class
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic Cooldown(
Object refObject,
float time
)
Public Sub New (
refObject As Object,
time As Single
)
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