adds Flags Attribute to eRoutingSignalType

This commit is contained in:
Andrew Welker
2020-05-05 17:07:36 -06:00
parent ed406a4f14
commit 2d0b914c17

View File

@@ -29,6 +29,7 @@ namespace PepperDash.Essentials.Core
} }
} }
[Flags]
public enum eRoutingSignalType public enum eRoutingSignalType
{ {
Audio = 1, Audio = 1,