Files
Sharp7Reactive/Sharp7.Rx/Enums/Operand.cs
2018-11-05 16:23:37 +01:00

11 lines
157 B
C#

namespace Sharp7.Rx.Enums
{
internal enum Operand : byte
{
Input = 69,
Output = 65,
Marker = 77,
Db = 68,
}
}