blob: 769a224d85873b7c9362fc8eeeb035b86a520091 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001--[[ MyGame.Example.Any
Austin Schuhe89fa2d2019-08-14 20:24:23 -07002
James Kuszmaul8e62b022022-03-22 09:33:25 -07003 Automatically generated by the FlatBuffers compiler, do not modify.
4 Or modify. I'm a message, not a cop.
5
6 flatc version: 2.0.6
7
8 Declared by : //monster_test.fbs
9 Rooting type : MyGame.Example.Monster (//monster_test.fbs)
10
11--]]
Austin Schuhe89fa2d2019-08-14 20:24:23 -070012
13local Any = {
James Kuszmaul8e62b022022-03-22 09:33:25 -070014 NONE = 0,
15 Monster = 1,
16 TestSimpleTableWithEnum = 2,
17 MyGame_Example2_Monster = 3,
Austin Schuhe89fa2d2019-08-14 20:24:23 -070018}
19
James Kuszmaul8e62b022022-03-22 09:33:25 -070020return Any