Skip to content

v0.3

Compare
Choose a tag to compare
@jozzzzep jozzzzep released this 08 Jun 15:44
· 25 commits to main since this release
b8b5d23

img

  • Made it even simpler and easier to use the API
    • Now you don't even need to use the cooldown manager manually.
      It will be called and initialized automatically when you need it in the background.
    • All you need to do now to create a cooldown is to simply call the default constructor.
  • Added a property to get the value from the timer of the cooldown.
  • Now the scripts are inside a separate namespace called CooldownAPI
  • Fixed a bug that caused the timer to get below zero
  • Fixed documentation mistakes and reorganized the code
  • Updated readme