mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
rename VRCX to AppApi
This commit is contained in:
2
Util.cs
2
Util.cs
@@ -7,7 +7,7 @@ namespace VRCX
|
||||
public static void ApplyJavascriptBindings(IJavascriptObjectRepository repository)
|
||||
{
|
||||
repository.NameConverter = null;
|
||||
repository.Register("VRCX", VRCX.Instance, true);
|
||||
repository.Register("AppApi", AppApi.Instance, true);
|
||||
repository.Register("SharedVariable", SharedVariable.Instance, false);
|
||||
repository.Register("WebApi", WebApi.Instance, true);
|
||||
repository.Register("VRCXStorage", VRCXStorage.Instance, false);
|
||||
|
||||
Reference in New Issue
Block a user