C# Class SagaMap.Packets.Client.DiveDown

Client packet demanding to get the id of the mapserver it's trying to connect to.
Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
DiveDown ( ) : System

Constructor.

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

Method Details

DiveDown() public method

Constructor.
public DiveDown ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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