C# Class SagaMap.Packets.Client.SendDemandMapID

Client packet demanding to get the id of the mapserver it's trying to connect to.
Inheritance: SagaLib.Packet
Mostrar archivo Open project: Willyham/SagaRO2

Public Methods

Method Description
New ( ) : Packet
Parse ( SagaLib client ) : void
SendDemandMapID ( ) : System

Constructor.

Method Details

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendDemandMapID() public method

Constructor.
public SendDemandMapID ( ) : System
return System