| // automatically generated by the FlatBuffers compiler, do not modify | |
| package NamespaceB | |
| const ( | |
| EnumInNestedNSA = 0 | |
| EnumInNestedNSB = 1 | |
| EnumInNestedNSC = 2 | |
| ) | |
| var EnumNamesEnumInNestedNS = map[int]string{ | |
| EnumInNestedNSA:"A", | |
| EnumInNestedNSB:"B", | |
| EnumInNestedNSC:"C", | |
| } | |