C# Class SagaGateway.Packets.Client.SendGUID

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

Public Methods

Method Description
GetKey ( ) : string
New ( ) : Packet
Parse ( SagaLib client ) : void
SendGUID ( ) : System

Create an empty send key packet

Method Details

GetKey() public method

public GetKey ( ) : string
return string

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendGUID() public method

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