mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
fix: adds missing flags decorator to enum
This commit is contained in:
parent
734149960b
commit
735433f660
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ namespace PepperDash.Essentials.Core
|
|||
public eLevelControlType Type { get; set; }
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum eLevelControlType
|
||||
{
|
||||
Level = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue