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