mirror of
https://github.com/google/flatbuffers.git
synced 2025-04-08 01:02:04 +08:00
16 lines
319 B
Nim
16 lines
319 B
Nim
#[ MyGame.Example.Race
|
|
Automatically generated by the FlatBuffers compiler, do not modify.
|
|
Or modify. I'm a message, not a cop.
|
|
|
|
flatc version: 24.3.7
|
|
|
|
Declared by :
|
|
Rooting type : MyGame.Example.Monster ()
|
|
]#
|
|
|
|
type Race*{.pure.} = enum
|
|
None = -1.int8,
|
|
Human = 0.int8,
|
|
Dwarf = 1.int8,
|
|
Elf = 2.int8,
|