DarkRewar / BaseTool

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

Add a `Kill()` method for running `Cooldown` #103

Open DarkRewar opened 3 months ago

DarkRewar commented 3 months ago

It is currently impossible to stop a running cooldown.

It must implements a Kill() method to stop it and immediately set the cooldown to ready.

Maybe adding Pause/Resume methods could be nice too?