Class TalkRequestPacket
[PacketHandler(3, PacketSizing.Variable, Description = "Talk Request")]
public class TalkRequestPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
TalkRequestPacket
- Implements
- Inherited Members
Constructors
TalkRequestPacket()
public TalkRequestPacket()
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.