Add a QueryManager helper class
This commit is contained in:
parent
ce6ac8a93b
commit
36811b268c
2 changed files with 79 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue