Files
Sharp7Reactive/Sharp7.Rx/Enums/Operand.cs
2024-02-07 09:54:18 +01:00

10 lines
127 B
C#

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