#156 Drag&Drop de compétences/armes/acteur/journal
This commit is contained in:
@ -27,6 +27,7 @@ import { StatusEffects } from "./status-effects.js";
|
||||
import { RddCompendiumOrganiser } from "./rdd-compendium-organiser.js";
|
||||
import { ReglesOptionelles } from "./regles-optionelles.js";
|
||||
import { TMRRencontres } from "./tmr-rencontres.js";
|
||||
import { RdDHotbar } from "./rdd-hotbar-drop.js"
|
||||
|
||||
/* -------------------------------------------- */
|
||||
/* Foundry VTT Initialization */
|
||||
@ -113,7 +114,8 @@ Hooks.once("init", async function () {
|
||||
// Create useful storage space
|
||||
game.system.rdd = {
|
||||
TMRUtility,
|
||||
RdDUtility
|
||||
RdDUtility,
|
||||
RdDHotbar
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
@ -233,6 +235,7 @@ Hooks.once("init", async function () {
|
||||
ReglesOptionelles.init();
|
||||
TMRUtility.init();
|
||||
TMRRencontres.init();
|
||||
RdDHotbar.initDropbar();
|
||||
});
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user