C# Class SagaGateway.Packets.Client.SendIdentify

Client packet that contains the key user by the client.
Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

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

Create an empty send key packet

Method Details

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendIdentify() public method

Create an empty send key packet
public SendIdentify ( ) : System
return System