Class ConsoleEntryPromptPacket
[PacketHandler(154, PacketSizing.Variable, Description = "Console Entry Prompt")]
public class ConsoleEntryPromptPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
ConsoleEntryPromptPacket
- Implements
- Inherited Members
Constructors
ConsoleEntryPromptPacket()
public ConsoleEntryPromptPacket()
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.