flatbuffers/tests/MyGame/Example/Color.cs

15 lines
167 B
C#
Raw Normal View History

2016-05-26 13:26:58 +00:00
// automatically generated by the FlatBuffers compiler, do not modify
namespace MyGame.Example
{
public enum Color : sbyte
{
Red = 1,
Green = 2,
Blue = 8,
};
}