C# Class SagaMap.Packets.Client.SendChangeState

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
GetStance ( ) : byte
GetState ( ) : byte
GetTargetActor ( ) : uint
New ( ) : Packet
Parse ( SagaLib client ) : void
SendChangeState ( ) : System

Method Details

GetStance() public méthode

public GetStance ( ) : byte
Résultat byte

GetState() public méthode

public GetState ( ) : byte
Résultat byte

GetTargetActor() public méthode

public GetTargetActor ( ) : uint
Résultat uint

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

SendChangeState() public méthode

public SendChangeState ( ) : System
Résultat System