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

Client packet that contains the key user by the client.
Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
MapPing ( ) : System

Create an empty send key packet

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

Method Details

MapPing() public method

Create an empty send key packet
public MapPing ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

public Parse ( SagaLib client ) : void
client SagaLib
return void