DarkRewar/BaseTool

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

Opened this issue · 0 comments

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?