mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fix: combine enum values
This commit is contained in:
parent
735433f660
commit
dde85f39a2
1 changed files with 1 additions and 1 deletions
|
|
@ -78,6 +78,6 @@ namespace PepperDash.Essentials.Core
|
||||||
{
|
{
|
||||||
Level = 0,
|
Level = 0,
|
||||||
Mute = 1,
|
Mute = 1,
|
||||||
LevelAndMute = 2,
|
LevelAndMute = Level | Mute,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue