1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 namespace MyGame.Example
4 {
5 
6 public enum Color : sbyte
7 {
8  Red = 1,
9  Green = 2,
10  Blue = 8,
11 };
12 
13 
14 }
15