async sqlite

This commit is contained in:
pypy
2020-11-02 00:56:12 +09:00
parent c051dccecf
commit a2e8b5e5c9
2 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ namespace VRCX
repository.Register("VRCX", VRCX.Instance, true, options);
repository.Register("SharedVariable", SharedVariable.Instance, false, options);
repository.Register("VRCXStorage", VRCXStorage.Instance, false, options);
repository.Register("SQLite", SQLite.Instance, false, options);
repository.Register("SQLite", SQLite.Instance, true, options);
repository.Register("LogWatcher", LogWatcher.Instance, true, options);
repository.Register("Discord", Discord.Instance, true, options);
}