Initialize module
This commit is contained in:
parent
e82830e085
commit
94da140915
10 changed files with 4399 additions and 1 deletions
4
augments.d.ts
vendored
Normal file
4
augments.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
declare global {
|
||||
class Hooks extends foundry.helpers.Hooks {};
|
||||
const fromUuid = foundry.utils.fromUuid;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue