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

13 lines
382 B
JavaScript
Raw Normal View History

2021-01-17 22:09:01 +01:00
export class SoSUtility {
2021-01-18 16:11:27 +01:00
/* -------------------------------------------- */
2021-01-17 22:09:01 +01:00
static async preloadHandlebarsTemplates() {
const templatePaths = [
2021-01-18 16:11:27 +01:00
'systems/foundryvtt-reve-de-dragon/templates/actor-sheet.html',
'systems/foundryvtt-reve-de-dragon/templates/editor-notes-gm.html',
'systems/foundryvtt-reve-de-dragon/templates/item-shet.html'
2021-01-17 22:09:01 +01:00
]
}
}