Table of Contents

Class RequestAttackPacket

Namespace
Moongate.Network.Packets.Incoming.Interaction
Assembly
Moongate.Network.Packets.dll
[PacketHandler(5, PacketSizing.Fixed, Length = 5, Description = "Request Attack")]
public class RequestAttackPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
RequestAttackPacket
Implements
Inherited Members

Constructors

RequestAttackPacket()

public RequestAttackPacket()

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.