Class FreeshardListPacket
[PacketHandler(241, PacketSizing.Variable, Description = "Freeshard List")]
public class FreeshardListPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
FreeshardListPacket
- Implements
- Inherited Members
Constructors
FreeshardListPacket()
public FreeshardListPacket()
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.