C# Class SagaGateway.Packets.Login.Get.SendLoginPong

Client sending a GUID to the server.
Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

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

Create a SendGUID packet.

Method Details

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendLoginPong() public method

Create a SendGUID packet.
public SendLoginPong ( ) : System
return System