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
readerSpanReaderPacket span reader positioned after opcode.
Returns
- bool
truewhen payload parsing succeeds; otherwisefalse.