C# Class SagaMap.Packets.Client.SendChangeState

Inheritance: SagaLib.Packet
Mostrar archivo Open project: Willyham/SagaRO2

Public Methods

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

Method Details

GetStance() public method

public GetStance ( ) : byte
return byte

GetState() public method

public GetState ( ) : byte
return byte

GetTargetActor() public method

public GetTargetActor ( ) : uint
return uint

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendChangeState() public method

public SendChangeState ( ) : System
return System