C# Class SagaMap.Packets.Client.GwLogout

Client sending a GUID to the server.
Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
GetSessionId ( ) : uint
GwLogout ( ) : System

Create a SendGUID packet.

New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetSessionId() public méthode

public GetSessionId ( ) : uint
Résultat uint

GwLogout() public méthode

Create a SendGUID packet.
public GwLogout ( ) : System
Résultat System

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