add SharedVariable

This commit is contained in:
pypy
2020-11-01 19:55:20 +09:00
parent c6e8195e01
commit cbdcf2d6c6
5 changed files with 93 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ namespace VRCX
CamelCaseJavascriptNames = false
};
Browser.JavascriptObjectRepository.Register("VRCX", VRCX.Instance, true, options);
Browser.JavascriptObjectRepository.Register("SharedVariable", SharedVariable.Instance, true, options);
Browser.JavascriptObjectRepository.Register("VRCXStorage", VRCXStorage.Instance, false, options);
Browser.JavascriptObjectRepository.Register("SQLite", SQLite.Instance, true, options);
Browser.JavascriptObjectRepository.Register("LogWatcher", LogWatcher.Instance, true, options);