C# Class SagaGateway.Packets.Client.SendIdentify

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
New ( ) : Packet
Parse ( SagaLib client ) : void
SendIdentify ( ) : System

Create an empty send key 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

SendIdentify() public méthode

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