C# Class SagaMap.Packets.Client.GetUseDye

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
GetContainer ( ) : CONTAINER_TYPE
GetDyeSlot ( ) : byte
GetSlot ( ) : EQUIP_SLOT
GetUseDye ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetContainer() public method

public GetContainer ( ) : CONTAINER_TYPE
return CONTAINER_TYPE

GetDyeSlot() public method

public GetDyeSlot ( ) : byte
return byte

GetSlot() public method

public GetSlot ( ) : EQUIP_SLOT
return EQUIP_SLOT

GetUseDye() public method

public GetUseDye ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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