C# Class SagaMap.Packets.Login.Get.MapPing

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
MapPing ( ) : System

Create an empty send key packet

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

Method Details

MapPing() public méthode

Create an empty send key packet
public MapPing ( ) : 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