cleanup code

This commit is contained in:
pypy
2020-11-08 15:32:14 +09:00
parent 0e5054d159
commit 7a1067e21c
12 changed files with 19 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ namespace VRCX
{
public class SQLite
{
public static SQLite Instance { get; private set; }
public static readonly SQLite Instance;
private readonly ReaderWriterLockSlim m_ConnectionLock;
private readonly SQLiteConnection m_Connection;