namespace MareSynchronos.API.Data.Enum; [Flags] public enum UserPermissions { NoneSet, Paired, Paused, DisableAnimations, DisableSounds }