Table of Contents

Class SecureTradingPacket

Namespace
Moongate.Network.Packets.Incoming.Trading
Assembly
Moongate.Network.Packets.dll
[PacketHandler(111, PacketSizing.Variable, Description = "Secure Trading")]
public class SecureTradingPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
SecureTradingPacket
Implements
Inherited Members

Constructors

SecureTradingPacket()

public SecureTradingPacket()

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.