chore: correct scripts

This commit is contained in:
Matthieu CAILLEAUX
2021-10-13 00:08:17 +02:00
parent 7dfec9220e
commit 137ae09586
5 changed files with 10 additions and 3 deletions

5
src/main.ts Normal file
View File

@@ -0,0 +1,5 @@
//ActorSheet
Hooks.on('renderActorSheet', (_app: ActorSheet, _html: JQuery) => {
console.dir(_app);
});