9 lines
277 B
JavaScript
9 lines
277 B
JavaScript
/**
|
|
* 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
|
|
}
|