C# Class SagaMap.Packets.Client.JobChange

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

Public Methods

Method Description
GetChangeWeapon ( ) : byte
GetJob ( ) : byte
GetPostFix ( ) : ushort
JobChange ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetChangeWeapon() public method

public GetChangeWeapon ( ) : byte
return byte

GetJob() public method

public GetJob ( ) : byte
return byte

GetPostFix() public method

public GetPostFix ( ) : ushort
return ushort

JobChange() public method

public JobChange ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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