oft/module/consts.mjs
2025-11-22 15:46:30 -07:00

5 lines
101 B
JavaScript

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