C# Class SagaMap.Packets.Client.GwLogout

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

Public Methods

Method Description
GetSessionId ( ) : uint
GwLogout ( ) : System

Create a SendGUID packet.

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

Method Details

GetSessionId() public method

public GetSessionId ( ) : uint
return uint

GwLogout() public method

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

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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