Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e89fa2d1865dbc514f45c1411877435e3a8d6292
/
.
/
tests
/
MyGame
/
Example
/
TestEnum.cs
blob: 22e83b33f17a7b6e9434151cb5dbbabdb15bf2ee [
file
] [
log
] [
blame
]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace
MyGame
.
Example
{
public
enum
TestEnum
:
sbyte
{
A
=
0
,
B
=
1
,
C
=
2
,
};
}