oft/module/consts.mjs
2025-10-16 23:41:00 -06:00

5 lines
101 B
JavaScript

export const __ID = `otf`;
export function inDev() {
return game.modules.get(__ID).flags.inDev;
};