Skip to content

Version 0.4.7

Compare
Choose a tag to compare
@crash1115 crash1115 released this 08 Oct 01:36
· 132 commits to master since this release
7591482

Added the CrashTrainingTabReady hook, which fires when the downtime tab is ready. Example usage:

Hooks.on(`CrashTrainingTabReady`, (app, html, data) => {
  console.log("Crash's 5e Downtime Tracking | Downtime tab ready!");
});