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

7 lines
175 B
JavaScript
Raw Normal View History

2024-12-10 17:22:28 +01:00
export const NEVERSTOPBLOWINGUP = {};
2024-09-22 16:28:59 +02:00
// Define constants here, such as:
2024-12-10 17:22:28 +01:00
NEVERSTOPBLOWINGUP.foobar = {
'bas': 'NEVERSTOPBLOWINGUP.bas',
'bar': 'NEVERSTOPBLOWINGUP.bar'
2024-09-22 16:28:59 +02:00
};