Class RequestSkillUsePacket
[PacketHandler(18, PacketSizing.Variable, Description = "Request Skill etc use")]
public class RequestSkillUsePacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
RequestSkillUsePacket
- Implements
- Inherited Members
Constructors
RequestSkillUsePacket()
public RequestSkillUsePacket()
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.