mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
use internal http request
This commit is contained in:
1
Util.cs
1
Util.cs
@@ -12,6 +12,7 @@ namespace VRCX
|
||||
};
|
||||
repository.Register("VRCX", VRCX.Instance, true, options);
|
||||
repository.Register("SharedVariable", SharedVariable.Instance, false, options);
|
||||
repository.Register("WebApi", WebApi.Instance, true, options);
|
||||
repository.Register("VRCXStorage", VRCXStorage.Instance, false, options);
|
||||
repository.Register("SQLite", SQLite.Instance, true, options);
|
||||
repository.Register("LogWatcher", LogWatcher.Instance, true, options);
|
||||
|
||||
Reference in New Issue
Block a user