blob: cd1397fc0a52749e73943f35718b235fcfb5076c [file] [log] [blame]
#[ MyGame.InParentNamespace
Automatically generated by the FlatBuffers compiler, do not modify.
Or modify. I'm a message, not a cop.
flatc version: 22.10.26
Declared by :
Rooting type : MyGame.Example.Monster ()
]#
import flatbuffers
type InParentNamespace* = object of FlatObj
proc InParentNamespaceStart*(builder: var Builder) =
builder.StartObject(0)
proc InParentNamespaceEnd*(builder: var Builder): uoffset =
return builder.EndObject()