Initialize project files
This commit is contained in:
parent
22a4cc1611
commit
643b2e0c88
16 changed files with 1833 additions and 0 deletions
5
module/consts.mjs
Normal file
5
module/consts.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export const __ID = `otf`;
|
||||
|
||||
export function inDev() {
|
||||
return game.modules.get(__ID).flags.inDev;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue