Class ChatTextPacket
[PacketHandler(179, PacketSizing.Variable, Description = "Chat Text")]
public class ChatTextPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
ChatTextPacket
- Implements
- Inherited Members
Constructors
ChatTextPacket()
public ChatTextPacket()
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.