18 lines
227 B
C#
18 lines
227 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,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|