Add trigger arrays

This commit is contained in:
Vortrex
2022-04-04 02:11:41 -05:00
parent d4d63d63e3
commit 94e5644edf
2 changed files with 9 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ let serverData = {
localeStrings: {},
cachedTranslations: [],
cachedTranslationFrom: [],
triggers: [],
};
// ===========================================================================