mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
add SharedVariable
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user