mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
15 lines
186 B
C#
15 lines
186 B
C#
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
namespace MyGame.Example
|
|
{
|
|
|
|
public enum Any : byte
|
|
{
|
|
NONE = 0,
|
|
Monster = 1,
|
|
TestSimpleTableWithEnum = 2,
|
|
};
|
|
|
|
|
|
}
|