mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
18 lines
223 B
C#
18 lines
223 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace MyGame.Example
|
|
{
|
|
|
|
public enum AnyUniqueAliases : byte
|
|
{
|
|
NONE = 0,
|
|
M = 1,
|
|
TS = 2,
|
|
M2 = 3,
|
|
};
|
|
|
|
|
|
}
|