mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +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; }
|
public eLevelControlType Type { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Flags]
|
||||||
public enum eLevelControlType
|
public enum eLevelControlType
|
||||||
{
|
{
|
||||||
Level = 0,
|
Level = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue