C# Class SagaMap.Packets.Client.SendGUID

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

Public Methods

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

Create a SendGUID packet.

Method Details

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 a SendGUID packet.
public SendGUID ( ) : System
return System