mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Path.Join()
This commit is contained in:
@@ -17,7 +17,7 @@ namespace VRCX
|
||||
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 readonly string m_JsonPath = Path.Combine(Program.AppDataDirectory, "VRCX.json");
|
||||
private static readonly string m_JsonPath = Path.Join(Program.AppDataDirectory, "VRCX.json");
|
||||
private static bool m_Dirty;
|
||||
|
||||
static VRCXStorage()
|
||||
|
||||
Reference in New Issue
Block a user