C# Class SagaMap.Packets.Client.SendIdentity

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
GetCharID ( ) : uint
GetSessionID ( ) : uint
GetValidationKey ( ) : uint
New ( ) : Packet
Parse ( SagaLib client ) : void
SendIdentity ( ) : System

Method Details

GetCharID() public méthode

public GetCharID ( ) : uint
Résultat uint

GetSessionID() public méthode

public GetSessionID ( ) : uint
Résultat uint

GetValidationKey() public méthode

public GetValidationKey ( ) : uint
Résultat uint

New() public méthode

public New ( ) : Packet
Résultat SagaLib.Packet

Parse() public méthode

public Parse ( SagaLib client ) : void
client SagaLib
Résultat void

SendIdentity() public méthode

public SendIdentity ( ) : System
Résultat System