From 8b781d9eaeb3e6c9792d11ff4985eb31bffc3d16 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 15 Jun 2020 14:29:13 +0200 Subject: [PATCH] tset --- packet.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packet.go b/packet.go index 5e349ba..c5a7789 100644 --- a/packet.go +++ b/packet.go @@ -114,6 +114,11 @@ type PacketAdminServerClientJoin struct { ClientID uint32 } +type PacketAdminServerClientQuit struct { + Packet + ClientID uint32 +} + type PacketAdminServerClientInfo struct { Packet ClientID uint32