mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
- fix CSharp comments generation - fix Python comments generation - fix Lua comments generation - fix PHP comments generation - fix Dart comments generation - add brief description of Color enum - add multi-line comments to the Monster:Color
18 lines
262 B
C#
18 lines
262 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace MyGame.Example
|
|
{
|
|
|
|
public enum Any : byte
|
|
{
|
|
NONE = 0,
|
|
Monster = 1,
|
|
TestSimpleTableWithEnum = 2,
|
|
MyGame_Example2_Monster = 3,
|
|
};
|
|
|
|
|
|
}
|