Table of Contents

Class ResurrectionMenuPacket

Namespace
Moongate.Network.Packets.Incoming.UI
Assembly
Moongate.Network.Packets.dll
[PacketHandler(44, PacketSizing.Fixed, Length = 2, Description = "Resurrection Menu")]
public class ResurrectionMenuPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
ResurrectionMenuPacket
Implements
Inherited Members

Constructors

ResurrectionMenuPacket()

public ResurrectionMenuPacket()

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.