Initial import with skill sheet working
This commit is contained in:
11
module/applications/_module.mjs
Normal file
11
module/applications/_module.mjs
Normal file
@ -0,0 +1,11 @@
|
||||
export { default as CthulhuEternalProtagonistSheet } from "./sheets/protagonist-sheet.mjs";
|
||||
export { default as CthulhuEternalWeaponSheet } from "./sheets/weapon-sheet.mjs"
|
||||
export { default as CthulhuEternalSkillSheet } from "./sheets/skill-sheet.mjs"
|
||||
export { default as CthulhuEternalBondSheet } from "./sheets/bond-sheet.mjs"
|
||||
export { default as CthulhuEternalArcaneSheet } from "./sheets/arcane-sheet.mjs"
|
||||
export { default as CthulhuEternalInjurySheet } from "./sheets/injury-sheet.mjs"
|
||||
export { default as CthulhuEternalArmorSheet } from "./sheets/armor-sheet.mjs"
|
||||
export { default as CthulhuEternalMentalDisorderSheet } from "./sheets/mentaldisorder-sheet.mjs"
|
||||
export { default as CthulhuEternalGearSheet } from "./sheets/gear-sheet.mjs"
|
||||
export { default as CthulhuEternalMotivationSheet } from "./sheets/motivation-sheet.mjs"
|
||||
export { default as CthulhuEternalManager } from "./manager.mjs"
|
Reference in New Issue
Block a user