mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
cleanup code
This commit is contained in:
@@ -10,7 +10,7 @@ namespace VRCX
|
||||
{
|
||||
public class SharedVariable
|
||||
{
|
||||
public static SharedVariable Instance { get; private set; }
|
||||
public static readonly SharedVariable Instance;
|
||||
private readonly ReaderWriterLockSlim m_MapLock;
|
||||
private readonly Dictionary<string, string> m_Map;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user