C# Class SagaMap.Packets.Client.SendIdentity

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

Public Methods

Method Description
GetCharID ( ) : uint
GetSessionID ( ) : uint
GetValidationKey ( ) : uint
New ( ) : Packet
Parse ( SagaLib client ) : void
SendIdentity ( ) : System

Method Details

GetCharID() public method

public GetCharID ( ) : uint
return uint

GetSessionID() public method

public GetSessionID ( ) : uint
return uint

GetValidationKey() public method

public GetValidationKey ( ) : uint
return uint

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendIdentity() public method

public SendIdentity ( ) : System
return System