blob: de77e1cbae208bfbcd49dce33794d9940b9b285a [file] [log] [blame]
James Kuszmaul3b15b0c2022-11-08 14:03:16 -08001#[ MyGame.Example.Race
2 Automatically generated by the FlatBuffers compiler, do not modify.
3 Or modify. I'm a message, not a cop.
4
5 flatc version: 22.10.26
6
7 Declared by :
8 Rooting type : MyGame.Example.Monster ()
9]#
10
11type Race*{.pure.} = enum
12 None = -1.int8,
13 Human = 0.int8,
14 Dwarf = 1.int8,
15 Elf = 2.int8,