mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
15 lines
167 B
C#
15 lines
167 B
C#
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
namespace MyGame.Example
|
|
{
|
|
|
|
public enum Color : sbyte
|
|
{
|
|
Red = 1,
|
|
Green = 2,
|
|
Blue = 8,
|
|
};
|
|
|
|
|
|
}
|