Update all of the macros to account for the new module to track stats with
This commit is contained in:
parent
9cee87b81e
commit
992201262f
11 changed files with 315 additions and 244 deletions
3
Axolotl-with-a-Gun/AwaG-world-script.mjs
Normal file
3
Axolotl-with-a-Gun/AwaG-world-script.mjs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Hooks.on(`ready`, () => {
|
||||
globalThis.WorldAPI ??= {};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue