ENhance actor sheet with roll messages

This commit is contained in:
2026-03-07 16:09:00 +01:00
parent 8dec307ced
commit 63da2ef664
32 changed files with 888 additions and 22 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* Register module settings.
* Called by Token Action HUD Core to register Token Action HUD system module settings.
* @param {function} coreUpdate Token Action HUD Core update function
*/
export function register(coreUpdate) {
// No system-specific settings for now
}