fvtt-never-stop-blowing-up/module/helpers/config.mjs

7 lines
175 B
JavaScript

export const NEVERSTOPBLOWINGUP = {};
// Define constants here, such as:
NEVERSTOPBLOWINGUP.foobar = {
'bas': 'NEVERSTOPBLOWINGUP.bas',
'bar': 'NEVERSTOPBLOWINGUP.bar'
};