Implement MsgSysPositionObject Build

This commit is contained in:
Andrew Gutekanst
2020-01-23 20:32:15 -05:00
parent 3b443344a2
commit 86d4ec55cb
2 changed files with 8 additions and 2 deletions

View File

@@ -532,7 +532,9 @@ func handleMsgSysSetUserBinary(s *Session, p mhfpacket.MHFPacket) {
//pkt := p.(*mhfpacket.MsgSysSetUserBinary)
}
func handleMsgSysGetUserBinary(s *Session, p mhfpacket.MHFPacket) {}
func handleMsgSysGetUserBinary(s *Session, p mhfpacket.MHFPacket) {
}
func handleMsgSysNotifyUserBinary(s *Session, p mhfpacket.MHFPacket) {}