Add connection manager as a core extension

This commit is contained in:
Cohee
2024-09-07 00:23:42 +03:00
parent 42b1a368cb
commit 7dc1c9f7ab
7 changed files with 386 additions and 0 deletions

View File

@ -123,6 +123,11 @@ const extension_settings = {
/** @type {string[]} */
custom: [],
},
connectionManager: {
selectedProfile: '',
/** @type {import('./extensions/connection-manager/index.js').ConnectionProfile[]} */
profiles: [],
},
dice: {},
/** @type {import('./char-data.js').RegexScriptData[]} */
regex: [],