Stage/objects test

This commit is contained in:
Andrew Gutekanst
2020-01-23 19:29:19 -05:00
parent 10c80322af
commit 28e0dafd54
8 changed files with 174 additions and 28 deletions

View File

@@ -20,5 +20,6 @@ func (m *MsgSysCleanupObject) Parse(bf *byteframe.ByteFrame) error {
// Build builds a binary packet from the current data.
func (m *MsgSysCleanupObject) Build(bf *byteframe.ByteFrame) error {
panic("Not implemented")
}
// This packet has no data.
return nil
}