Initial
This commit is contained in:
12
LightlessAPI/LightlessSyncAPI/Data/Enum/UserPermissions.cs
Normal file
12
LightlessAPI/LightlessSyncAPI/Data/Enum/UserPermissions.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace LightlessSync.API.Data.Enum;
|
||||
|
||||
[Flags]
|
||||
public enum UserPermissions
|
||||
{
|
||||
NoneSet = 0,
|
||||
Paused = 1,
|
||||
DisableAnimations = 2,
|
||||
DisableSounds = 4,
|
||||
DisableVFX = 8,
|
||||
Sticky = 16,
|
||||
}
|
||||
Reference in New Issue
Block a user