Enabled hooks debug and created class.

This commit is contained in:
ellimist25 2020-11-13 08:14:14 -05:00
parent 1c3cc3dd37
commit 5c6e39e633
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
export default class characterImporter{}

View file

@ -40,6 +40,8 @@ import * as migrations from "./module/migration.js";
/* -------------------------------------------- */
Hooks.once("init", function() {
console.log("Enabling Hooks debug.");
CONFIG.debug.hooks = true;
console.log(`SW5e | Initializing Star Wars 5th Edition System\n${SW5E.ASCII}`);
// Create a SW5E namespace within the game global