blob: 2b68991e4fc7604f7056c6b88691b458c8419c84 [file] [log] [blame]
// 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",
}