blob: f40d60ba744bbd3556cd6fb255acb1015e9cb1bf [file] [log] [blame]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace MyGame.Example
{
public enum Color : sbyte
{
Red = 1,
Green = 2,
Blue = 8,
};
}