Update all of the macros to account for the new module to track stats with

This commit is contained in:
Oliver-Akins 2025-06-01 21:46:19 -06:00
parent 9cee87b81e
commit 992201262f
11 changed files with 315 additions and 244 deletions

View file

@ -0,0 +1,3 @@
Hooks.on(`ready`, () => {
globalThis.WorldAPI ??= {};
});