C# Class SagaGateway.Packets.Server.AskGUID

A packet requesting the GUID from the client.
Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
AskGUID ( ) : System

Constructor.

PutKey ( string key ) : void

Method Details

AskGUID() public method

Constructor.
public AskGUID ( ) : System
return System

PutKey() public method

public PutKey ( string key ) : void
key string
return void