Initial import

This commit is contained in:
2022-12-26 10:13:05 +01:00
parent 9686b6bd35
commit 2b3a6ec13d
7 changed files with 58 additions and 81 deletions

View File

@ -3,9 +3,9 @@
* @extends {ActorSheet}
*/
import { HeritiersActorSheet } from "./hawkmoon-actor-sheet.js";
import { HeritiersActorSheet } from "./heritiers-actor-sheet.js";
import { HeritiersUtility } from "./heritiers-utility.js";
import { HeritiersAutomation } from "./hawkmoon-automation.js";
import { HeritiersAutomation } from "./heritiers-automation.js";
/* -------------------------------------------- */
export class HeritiersCreatureSheet extends HeritiersActorSheet {