mirror of
https://github.com/oliverbooth/TcpDotNet
synced 2024-11-10 03:55:41 +00:00
fix: HandshakeRequestPacket inherits RequestPacket
This commit is contained in:
parent
65cb143b06
commit
ff78acfb56
@ -4,7 +4,7 @@ namespace TcpDotNet.Protocol.Packets.ServerBound;
|
|||||||
/// Represents a packet which requests a handshake with a <see cref="ProtocolListener" />.
|
/// Represents a packet which requests a handshake with a <see cref="ProtocolListener" />.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Packet(0x7FFFFFE0)]
|
[Packet(0x7FFFFFE0)]
|
||||||
internal sealed class HandshakeRequestPacket : Packet
|
internal sealed class HandshakeRequestPacket : RequestPacket
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="HandshakeRequestPacket" /> class.
|
/// Initializes a new instance of the <see cref="HandshakeRequestPacket" /> class.
|
||||||
|
Loading…
Reference in New Issue
Block a user