flatbuffers/tests/MyGame/Example/Color.cs

18 lines
232 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace MyGame.Example
{
[System.FlagsAttribute]
public enum Color : byte
{
Red = 1,
Green = 2,
Blue = 8,
};
}