xref: /aosp_15_r20/external/flatbuffers/tests/MyGame/Example/Any.lua (revision 890232f25432b36107d06881e0a25aaa6b473652)
1--[[ MyGame.Example.Any
2
3  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.7
7
8  Declared by  : //monster_test.fbs
9  Rooting type : MyGame.Example.Monster (//monster_test.fbs)
10
11--]]
12
13local Any = {
14  NONE = 0,
15  Monster = 1,
16  TestSimpleTableWithEnum = 2,
17  MyGame_Example2_Monster = 3,
18}
19
20return Any