mirror of
https://github.com/google/flatbuffers.git
synced 2025-04-08 01:02:04 +08:00
* FlatBuffers Release 24.12.23 * Fixed missing generated file version checks * Run generate_code and fix cpp17 tests
20 lines
382 B
Lua
20 lines
382 B
Lua
--[[ MyGame.Example.Any
|
|
|
|
Automatically generated by the FlatBuffers compiler, do not modify.
|
|
Or modify. I'm a message, not a cop.
|
|
|
|
flatc version: 24.12.23
|
|
|
|
Declared by : //monster_test.fbs
|
|
Rooting type : MyGame.Example.Monster (//monster_test.fbs)
|
|
|
|
--]]
|
|
|
|
local Any = {
|
|
NONE = 0,
|
|
Monster = 1,
|
|
TestSimpleTableWithEnum = 2,
|
|
MyGame_Example2_Monster = 3,
|
|
}
|
|
|
|
return Any |