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
16 lines
244 B
C#
16 lines
244 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
public enum Character : byte
|
|
{
|
|
NONE = 0,
|
|
MuLan = 1,
|
|
Rapunzel = 2,
|
|
Belle = 3,
|
|
BookFan = 4,
|
|
Other = 5,
|
|
Unused = 6,
|
|
};
|
|
|