Home | History | Annotate | Download | only in Example
      1 // automatically generated by the FlatBuffers compiler, do not modify
      2 
      3 package Example
      4 
      5 const (
      6 	AnyNONE = 0
      7 	AnyMonster = 1
      8 	AnyTestSimpleTableWithEnum = 2
      9 	AnyMyGame_Example2_Monster = 3
     10 )
     11 
     12 var EnumNamesAny = map[int]string{
     13 	AnyNONE:"NONE",
     14 	AnyMonster:"Monster",
     15 	AnyTestSimpleTableWithEnum:"TestSimpleTableWithEnum",
     16 	AnyMyGame_Example2_Monster:"MyGame_Example2_Monster",
     17 }
     18 
     19