flatbuffers/tests/MyGame/Example/Any.cs

16 lines
182 B
C#
Raw Normal View History

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