Add a QueryManager helper class

This commit is contained in:
Eldritch-Oliver 2025-11-08 00:40:33 -07:00
parent ce6ac8a93b
commit 36811b268c
2 changed files with 79 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import { PlayerSheet } from "./apps/PlayerSheet.mjs";
// Utils
import { attributeSorter } from "./utils/attributeSort.mjs";
import { DialogManager } from "./utils/DialogManager.mjs";
import { QueryManager } from "./utils/QueryManager.mjs";
import { toID } from "./utils/toID.mjs";
const { deepFreeze } = foundry.utils;
@ -16,6 +17,7 @@ Object.defineProperty(
{
value: deepFreeze({
DialogManager,
QueryManager,
Apps: {
Ask,
AttributeManager,