mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
async VRCXStorage
This commit is contained in:
2
Util.cs
2
Util.cs
@@ -10,7 +10,7 @@ namespace VRCX
|
||||
repository.Register("AppApi", AppApi.Instance, true);
|
||||
repository.Register("SharedVariable", SharedVariable.Instance, false);
|
||||
repository.Register("WebApi", WebApi.Instance, true);
|
||||
repository.Register("VRCXStorage", VRCXStorage.Instance, false);
|
||||
repository.Register("VRCXStorage", VRCXStorage.Instance, true);
|
||||
repository.Register("SQLite", SQLite.Instance, true);
|
||||
repository.Register("LogWatcher", LogWatcher.Instance, true);
|
||||
repository.Register("Discord", Discord.Instance, true);
|
||||
|
||||
Reference in New Issue
Block a user