Lock and Unlock only
This commit is contained in:
@@ -4,5 +4,6 @@ enum class AccessLevel
|
||||
{
|
||||
Full = 0,
|
||||
LockOnly = 1,
|
||||
ReadOnly = 2
|
||||
ReadOnly = 2,
|
||||
LockAndUnlock = 3
|
||||
};
|
||||
Reference in New Issue
Block a user