Table of Contents

Class SellListReplyPacket

Namespace
Moongate.Network.Packets.Incoming.Trading
Assembly
Moongate.Network.Packets.dll
[PacketHandler(159, PacketSizing.Variable, Description = "Sell List Reply")]
public class SellListReplyPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
SellListReplyPacket
Implements
Inherited Members

Constructors

SellListReplyPacket()

public SellListReplyPacket()

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.