flatbuffers/tests/MyGame/Example/Any.go

10 lines
159 B
Go

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