17 lines
212 B
C#
17 lines
212 B
C#
|
// automatically generated, do not modify
|
||
|
|
||
|
namespace MyGame.Example
|
||
|
{
|
||
|
|
||
|
using FlatBuffers;
|
||
|
|
||
|
public class Color
|
||
|
{
|
||
|
public static byte Red = 1;
|
||
|
public static byte Green = 2;
|
||
|
public static byte Blue = 8;
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|