BaseTool
BaseTool copied to clipboard
Add a `Kill()` method for running `Cooldown`
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?