Initial system development

This commit is contained in:
2021-01-18 16:11:27 +01:00
parent 0699b05806
commit 199dc4c6ed
64 changed files with 513 additions and 4 deletions

View File

@ -1,8 +1,12 @@
export class SoSUtility {
/* -------------------------------------------- */
/* -------------------------------------------- */
static async preloadHandlebarsTemplates() {
const templatePaths = [
'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'
]
}