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' ] } }