mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
switch from Unity version control to git
This commit is contained in:
12
Assets/Flatbuffers_generated/Orientation.cs
Normal file
12
Assets/Flatbuffers_generated/Orientation.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// <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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user