Table of Contents

Class DropWearItemPacket

Namespace
Moongate.Network.Packets.Incoming.Interaction
Assembly
Moongate.Network.Packets.dll
[PacketHandler(19, PacketSizing.Fixed, Length = 10, Description = "Drop->Wear Item")]
public class DropWearItemPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
DropWearItemPacket
Implements
Inherited Members

Constructors

DropWearItemPacket()

public DropWearItemPacket()

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.