flatbuffers/tests/MyGame/Example/Any.go

20 lines
412 B
Go
Raw Normal View History

2016-05-26 13:26:58 +00:00
// automatically generated by the FlatBuffers compiler, do not modify
package Example
2018-07-26 23:40:56 +00:00
type Any = byte
const (
2018-07-26 23:40:56 +00:00
AnyNONE Any = 0
AnyMonster Any = 1
AnyTestSimpleTableWithEnum Any = 2
AnyMyGame_Example2_Monster Any = 3
)
2018-07-26 23:40:56 +00:00
var EnumNamesAny = map[Any]string{
AnyNONE:"NONE",
AnyMonster:"Monster",
AnyTestSimpleTableWithEnum:"TestSimpleTableWithEnum",
AnyMyGame_Example2_Monster:"MyGame_Example2_Monster",
}