Initial import

This commit is contained in:
2022-12-26 20:46:03 +01:00
parent ad7757da76
commit e3677e9739
7 changed files with 94 additions and 133 deletions

View File

@ -7,7 +7,7 @@ import { HeritiersRollDialog } from "./heritiers-roll-dialog.js";
export class HeritiersCommands {
static init() {
if (!game.system.hawkmoon.commands) {
if (!game.system.lesheritiers.commands) {
//const HeritiersCommands = new HeritiersCommands()
//HeritiersCommands.registerCommand({ path: ["/char"], func: (content, msg, params) => HeritiersCommands.createChar(msg), descr: "Create a new character" });
//game.system.mournblade.commands = HeritiersCommands