C# Class SagaMap.Packets.Client.SendWeaponMove

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

Public Methods

Method Description
GetDirection ( ) : byte
GetPosition ( ) : byte
GetWeaponSlot ( ) : byte
New ( ) : Packet
Parse ( SagaLib client ) : void
SendWeaponMove ( ) : System

Method Details

GetDirection() public method

public GetDirection ( ) : byte
return byte

GetPosition() public method

public GetPosition ( ) : byte
return byte

GetWeaponSlot() public method

public GetWeaponSlot ( ) : byte
return byte

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendWeaponMove() public method

public SendWeaponMove ( ) : System
return System