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

@@ -12,7 +12,7 @@ namespace VRCX
{
public class VRCXStorage
{
public static VRCXStorage Instance { get; private set; }
public static readonly VRCXStorage Instance;
private static readonly ReaderWriterLockSlim m_Lock = new ReaderWriterLockSlim();
private static Dictionary<string, string> m_Storage = new Dictionary<string, string>();
private static string m_JsonPath = Path.Combine(Program.BaseDirectory, "VRCX.json");