DarkRewar / BaseTool

A big library of basic tools that you might need in your Unity projects.
MIT License
41 stars 6 forks source link

103 add a kill method for running cooldown #104

Closed DarkRewar closed 3 months ago

DarkRewar commented 3 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.

Closes #103