1 // Code generated by the FlatBuffers compiler. DO NOT EDIT. 2 3 package Example 4 5 type Any = byte 6 const ( 7 AnyNONE Any = 0 8 AnyMonster Any = 1 9 AnyTestSimpleTableWithEnum Any = 2 10 AnyMyGame_Example2_Monster Any = 3 11 ) 12 13 var EnumNamesAny = map[Any]string{ 14 AnyNONE:"NONE", 15 AnyMonster:"Monster", 16 AnyTestSimpleTableWithEnum:"TestSimpleTableWithEnum", 17 AnyMyGame_Example2_Monster:"MyGame_Example2_Monster", 18 } 19 20