Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
ca5aaf62d3cc4477b20c42ea2635c50b1663e5d7
/
.
/
tests
/
MyGame
/
Example
/
Any.cs
blob: 8393853b09729fa78029ffafd57b5b71c7ba9f88 [
file
]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace
MyGame
.
Example
{
public
enum
Any
:
byte
{
NONE
=
0
,
Monster
=
1
,
TestSimpleTableWithEnum
=
2
,
MyGame_Example2_Monster
=
3
,
};
}