Class RequestTipNoticeWindowPacket
[PacketHandler(167, PacketSizing.Fixed, Length = 4, Description = "Request Tip/Notice Window")]
public class RequestTipNoticeWindowPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
RequestTipNoticeWindowPacket
- Implements
- Inherited Members
Constructors
RequestTipNoticeWindowPacket()
public RequestTipNoticeWindowPacket()
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.