foundryvtt-shadows-over-sol/module/sos-utility.js

9 lines
166 B
JavaScript
Raw Normal View History

2021-01-17 22:09:01 +01:00
export class SoSUtility {
/* -------------------------------------------- */
static async preloadHandlebarsTemplates() {
const templatePaths = [
]
}
}