C# Class SagaMap.Packets.Client.DiveUp

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

Constructor.

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

Method Details

DiveUp() public method

Constructor.
public DiveUp ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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