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