17 lines
357 B
Lua
17 lines
357 B
Lua
|
|
--[[ MyGame.OtherNameSpace.FromInclude
|
||
|
|
|
||
|
|
Automatically generated by the FlatBuffers compiler, do not modify.
|
||
|
|
Or modify. I'm a message, not a cop.
|
||
|
|
|
||
|
|
flatc version: 2.0.7
|
||
|
|
|
||
|
|
Declared by : //include_test/sub/include_test2.fbs
|
||
|
|
Rooting type : MyGame.Example.Monster (//monster_test.fbs)
|
||
|
|
|
||
|
|
--]]
|
||
|
|
|
||
|
|
local FromInclude = {
|
||
|
|
IncludeVal = 0,
|
||
|
|
}
|
||
|
|
|
||
|
|
return FromInclude
|