android13/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.lua

11 lines
200 B
Lua
Raw Normal View History

2024-06-22 08:45:49 -04:00
-- automatically generated by the FlatBuffers compiler, do not modify
-- namespace: NamespaceB
local EnumInNestedNS = {
A = 0,
B = 1,
C = 2,
}
return EnumInNestedNS -- return the module