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

Client packet that contains the key user by the client.
Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2 Class Usage Examples

Méthodes publiques

Méthode Description
CPCommand ( ) : System

Create an empty send key packet

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

Method Details

CPCommand() public méthode

Create an empty send key packet
public CPCommand ( ) : System
Résultat System

GetCommand() public méthode

public GetCommand ( ) : string
Résultat string

New() public méthode

public New ( ) : Packet
Résultat SagaLib.Packet

Parse() public méthode

public Parse ( SagaLib client ) : void
client SagaLib
Résultat void

isStaticSize() public méthode

public isStaticSize ( ) : bool
Résultat bool