git-subtree-dir: third_party/flatbuffers git-subtree-split: 595bf0007ab1929570c7671f091313c8fc20644e
17 lines
219 B
C#
17 lines
219 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace optional_scalars
|
|
{
|
|
|
|
public enum OptionalByte : sbyte
|
|
{
|
|
None = 0,
|
|
One = 1,
|
|
Two = 2,
|
|
};
|
|
|
|
|
|
}
|