C# Class SagaGateway.Packets.Client.SendGUID

Client packet that contains the key user by the client.
Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
GetKey ( ) : string
New ( ) : Packet
Parse ( SagaLib client ) : void
SendGUID ( ) : System

Create an empty send key packet

Method Details

GetKey() public méthode

public GetKey ( ) : string
Résultat string

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

SendGUID() public méthode

Create an empty send key packet
public SendGUID ( ) : System
Résultat System