Files
flatbuffers-bigfoot/tests/MyGame/Example/Any.go
2016-05-26 15:26:58 +02:00

10 lines
159 B
Go

// automatically generated by the FlatBuffers compiler, do not modify
package Example
const (
AnyNONE = 0
AnyMonster = 1
AnyTestSimpleTableWithEnum = 2
)