C# Class SagaGateway.Packets.Client.CP.CPCommand

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

Public Methods

Method Description
CPCommand ( ) : System

Create an empty send key packet

GetCommand ( ) : string
New ( ) : Packet
Parse ( SagaLib client ) : void
isStaticSize ( ) : bool

Method Details

CPCommand() public method

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

GetCommand() public method

public GetCommand ( ) : string
return string

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

isStaticSize() public method

public isStaticSize ( ) : bool
return bool