Enhance stats

This commit is contained in:
LeRatierBretonnien 2024-02-08 13:03:06 +01:00
parent ae36be975d
commit 9ad34b4672
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import { DarkStarsItem } from "./dark-stars-item.js";
import { DarkStarsHotbar } from "./dark-stars-hotbar.js"
import { DarkStarsCommands } from "./dark-stars-commands.js"
import { DARKSTARS_CONFIG } from "./dark-stars-config.js";
import { ClassCounter} from "https://www.uberwald.me/fvtt_appcount/count-class-ready.js"
/* -------------------------------------------- */
/* Foundry VTT Initialization */
@ -95,6 +96,7 @@ Hooks.once("ready", function () {
welcomeMessage();
DarkStarsUtility.ready()
DarkStarsCommands.init()
ClassCounter.registerUsageCount()
})
/* -------------------------------------------- */