This commit is contained in:
shoopea 2020-06-15 14:29:13 +02:00
parent eb39d757f4
commit 8b781d9eae

View File

@ -114,6 +114,11 @@ type PacketAdminServerClientJoin struct {
ClientID uint32
}
type PacketAdminServerClientQuit struct {
Packet
ClientID uint32
}
type PacketAdminServerClientInfo struct {
Packet
ClientID uint32