Class UnicodeTextEntryPacket
[PacketHandler(194, PacketSizing.Variable, Description = "Unicode TextEntry")]
public class UnicodeTextEntryPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
UnicodeTextEntryPacket
- Implements
- Inherited Members
Constructors
UnicodeTextEntryPacket()
public UnicodeTextEntryPacket()
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.