Class ClientTypePacket
[PacketHandler(225, PacketSizing.Variable, Description = "Client Type (KR/SA)")]
public class ClientTypePacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
ClientTypePacket
- Implements
- Inherited Members
Constructors
ClientTypePacket()
public ClientTypePacket()
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.