Class AccountLoginPacket
[PacketHandler(128, PacketSizing.Fixed, Length = 62, Description = "Login Request")]
public class AccountLoginPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
AccountLoginPacket
- Implements
- Inherited Members
Constructors
AccountLoginPacket()
public AccountLoginPacket()
Properties
Account
public string Account { get; set; }
Property Value
NextLoginKey
public byte NextLoginKey { get; set; }
Property Value
Password
public string Password { get; set; }
Property Value
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.