Version 0.4.7
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!");
});
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!");
});