Table of Contents

Class ClientSpyPacket

Namespace
Moongate.Network.Packets.Incoming.System
Assembly
Moongate.Network.Packets.dll
[PacketHandler(164, PacketSizing.Fixed, Length = 149, Description = "Client Spy")]
public class ClientSpyPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
ClientSpyPacket
Implements
Inherited Members

Constructors

ClientSpyPacket()

public ClientSpyPacket()

Methods

ParsePayload(ref SpanReader)

Parses packet-specific payload after opcode validation.

protected override bool ParsePayload(ref SpanReader reader)

Parameters

reader SpanReader

Packet span reader positioned after opcode.

Returns

bool

true when payload parsing succeeds; otherwise false.