Added setting registration status (closes #20)

This commit is contained in:
Oliver 2025-12-09 21:54:29 -07:00
parent b3119f5287
commit dfcbef81ef
16 changed files with 68 additions and 19 deletions

5
dev/hooks/ready.mjs Normal file
View file

@ -0,0 +1,5 @@
import { __ID__ } from "../../module/consts.mjs";
Hooks.on(`ready`, () => {
console.table(game.modules.get(__ID__).api.registered);
});