mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 10:17:51 +00:00
14 lines
167 B
C#
14 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,
|
|
};
|
|
|
|
|
|
}
|