Files
flatbuffers/tests/MyGame/Example/Any.cs
evolutional 9a1f7be6fd Initial commit of .NET port of FlatBuffers
Include C# codegen in flatc and .NET FlatBuffer access via the
FlatBufferBuilder class

Tested: on Windows.

Change-Id: If5228a8df60a10e0751b245c6c64530264ea2d8a
2014-09-15 16:13:27 -07:00

16 lines
182 B
C#

// automatically generated, do not modify
namespace MyGame.Example
{
using FlatBuffers;
public class Any
{
public static byte NONE = 0;
public static byte Monster = 1;
};
}