Table of Contents

Class UpdateViewPublicHouseContentsPacket

Namespace
Moongate.Network.Packets.Incoming.House
Assembly
Moongate.Network.Packets.dll
[PacketHandler(251, PacketSizing.Fixed, Length = 2, Description = "Update View Public House Contents")]
public class UpdateViewPublicHouseContentsPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
UpdateViewPublicHouseContentsPacket
Implements
Inherited Members

Constructors

UpdateViewPublicHouseContentsPacket()

public UpdateViewPublicHouseContentsPacket()

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.