Color.cs revision 9a1f7be6fd318ddd9545926b5925cf0a10a083e4
1// automatically generated, do not modify
2
3namespace MyGame.Example
4{
5
6using FlatBuffers;
7
8public class Color
9{
10  public static byte Red = 1;
11  public static byte Green = 2;
12  public static byte Blue = 8;
13};
14
15
16}
17