mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 13:08:58 +00:00
so we need to rename all the generated test files tests/namespace_test/NamespaceA/TableInC.* are no longer used, so these can be deleted
18 lines
294 B
C#
18 lines
294 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace MyGame.Example
|
|
{
|
|
|
|
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
|
|
public enum TestEnum : sbyte
|
|
{
|
|
A = 0,
|
|
B = 1,
|
|
C = 2,
|
|
};
|
|
|
|
|
|
}
|