AssetBundleCacher

This commit is contained in:
Natsumi
2021-05-15 09:31:21 +12:00
parent a993b92e0c
commit 9c70e1a498
35 changed files with 25918 additions and 9 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
using CefSharp;
using CefSharp;
namespace VRCX
{
@@ -14,6 +14,7 @@ namespace VRCX
repository.Register("SQLite", SQLite.Instance, true);
repository.Register("LogWatcher", LogWatcher.Instance, true);
repository.Register("Discord", Discord.Instance, true);
repository.Register("AssetBundleCacher", AssetBundleCacher.Instance, true);
}
}
}