Initialize module

This commit is contained in:
Oliver 2026-01-04 18:07:33 -07:00
parent e82830e085
commit 94da140915
10 changed files with 4399 additions and 1 deletions

4
augments.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
declare global {
class Hooks extends foundry.helpers.Hooks {};
const fromUuid = foundry.utils.fromUuid;
};