mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
20 lines
373 B
Lua
20 lines
373 B
Lua
--[[ MyGame.Example.AnyUniqueAliases
|
|
|
|
Automatically generated by the FlatBuffers compiler, do not modify.
|
|
Or modify. I'm a message, not a cop.
|
|
|
|
flatc version: 22.11.22
|
|
|
|
Declared by : //monster_test.fbs
|
|
Rooting type : MyGame.Example.Monster (//monster_test.fbs)
|
|
|
|
--]]
|
|
|
|
local AnyUniqueAliases = {
|
|
NONE = 0,
|
|
M = 1,
|
|
TS = 2,
|
|
M2 = 3,
|
|
}
|
|
|
|
return AnyUniqueAliases |