mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
13 lines
204 B
C#
13 lines
204 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
public enum Orientation : sbyte
|
|
{
|
|
Deg0 = 0,
|
|
Deg90 = 1,
|
|
Deg180 = 2,
|
|
Deg270 = 3,
|
|
};
|
|
|