6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
//ActorSheet
|
|
|
|
Hooks.on('renderActorSheet', (_app: ActorSheet, _html: JQuery) => {
|
|
console.dir(_app);
|
|
});
|