Class BuyItemsPacket
[PacketHandler(59, PacketSizing.Variable, Description = "Buy Item(s)")]
public class BuyItemsPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
BuyItemsPacket
- Implements
- Inherited Members
Constructors
BuyItemsPacket()
public BuyItemsPacket()
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.