Class RequestWarModePacket
[PacketHandler(114, PacketSizing.Fixed, Length = 5, Description = "Request War Mode")]
public class RequestWarModePacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
RequestWarModePacket
- Implements
- Inherited Members
Constructors
RequestWarModePacket()
public RequestWarModePacket()
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.