flatbuffers/tests/MyGame/Example/Any.go

10 lines
131 B
Go

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