// automatically generated by the FlatBuffers compiler, do not modify

module MyGame.Sample.Color;

enum Color : byte
{
   Red = 0,
   Green = 1,
   Blue = 2,
}