flatbuffers/tests/MyGame/Example/Any.go

11 lines
191 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
const (
AnyNONE = 0
AnyMonster = 1
AnyTestSimpleTableWithEnum = 2
AnyMyGame_Example2_Monster = 3
)