C# Class SagaLogin.Packets.Client.GwLogout

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
GetSessionId ( ) : uint
GwLogout ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetSessionId() public method

public GetSessionId ( ) : uint
return uint

GwLogout() public method

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