xref: /aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.lua (revision 890232f25432b36107d06881e0a25aaa6b473652)
1-- automatically generated by the FlatBuffers compiler, do not modify
2
3-- namespace: NamespaceB
4
5local EnumInNestedNS = {
6    A = 0,
7    B = 1,
8    C = 2,
9}
10
11return EnumInNestedNS -- return the module