Class SendSkillsPacket
[PacketHandler(58, PacketSizing.Variable, Description = "Send Skills")]
public class SendSkillsPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
SendSkillsPacket
- Implements
- Inherited Members
Constructors
SendSkillsPacket()
public SendSkillsPacket()
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.