Class DisconnectNotificationPacket
[PacketHandler(1, PacketSizing.Fixed, Length = 5, Description = "Disconnect Notification")]
public class DisconnectNotificationPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
DisconnectNotificationPacket
- Implements
- Inherited Members
Constructors
DisconnectNotificationPacket()
public DisconnectNotificationPacket()
Methods
ParsePayload(ref SpanReader)
Parses packet-specific payload after opcode validation.
protected override bool ParsePayload(ref SpanReader reader)
Parameters
readerSpanReaderPacket span reader positioned after opcode.
Returns
- bool
truewhen payload parsing succeeds; otherwisefalse.