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