C# Class SagaGateway.Packets.Login.Get.SendLoginPong

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

Méthodes publiques

Méthode Description
New ( ) : Packet
Parse ( SagaLib client ) : void
SendLoginPong ( ) : System

Create a SendGUID packet.

Method Details

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

SendLoginPong() public méthode

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