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