Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
272c613a88b7c69be2f935a57cd82fff09ba1b76
/
.
/
tests
/
optional_scalars
/
OptionalByte.cs
blob: 79a20045bbf74dc6912361f0112dacedfd80d0dc [
file
] [
log
] [
blame
]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace optional_scalars
{
public
enum
OptionalByte
:
sbyte
{
None
=
0
,
One
=
1
,
Two
=
2
,
};
}