Home | History | Annotate | Download | only in NamespaceB
      1 // automatically generated by the FlatBuffers compiler, do not modify
      2 
      3 package NamespaceB
      4 
      5 const (
      6 	EnumInNestedNSA = 0
      7 	EnumInNestedNSB = 1
      8 	EnumInNestedNSC = 2
      9 )
     10 
     11 var EnumNamesEnumInNestedNS = map[int]string{
     12 	EnumInNestedNSA:"A",
     13 	EnumInNestedNSB:"B",
     14 	EnumInNestedNSC:"C",
     15 }
     16 
     17