Closed DarkRewar closed 5 months ago
You can pause and resume the cooldown by using Cooldown.Pause() and Cooldown.Resume() methods. If you want to totally stop the cooldown (and remove it from the CooldownManager) you can use the Cooldown.Stop() method.
Cooldown.Pause()
Cooldown.Resume()
CooldownManager
Cooldown.Stop()
Closes #103
You can pause and resume the cooldown by using
Cooldown.Pause()
andCooldown.Resume()
methods. If you want to totally stop the cooldown (and remove it from theCooldownManager
) you can use theCooldown.Stop()
method.Closes #103