mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
17 lines
206 B
C#
17 lines
206 B
C#
// <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,
|
|
};
|
|
|
|
|
|
}
|