mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
bind as synchronous
This commit is contained in:
+2
-2
@@ -32,9 +32,9 @@ namespace VRCX
|
||||
CamelCaseJavascriptNames = false
|
||||
};
|
||||
JavascriptObjectRepository.Register("VRCX", VRCX.Instance, true, options);
|
||||
JavascriptObjectRepository.Register("SharedVariable", SharedVariable.Instance, true, options);
|
||||
JavascriptObjectRepository.Register("SharedVariable", SharedVariable.Instance, false, options);
|
||||
JavascriptObjectRepository.Register("VRCXStorage", VRCXStorage.Instance, false, options);
|
||||
JavascriptObjectRepository.Register("SQLite", SQLite.Instance, true, options);
|
||||
JavascriptObjectRepository.Register("SQLite", SQLite.Instance, false, options);
|
||||
}
|
||||
|
||||
public new void Dispose()
|
||||
|
||||
Reference in New Issue
Block a user