C# Class SagaMap.Packets.Client.GetUseDye

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

Méthodes publiques

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

Method Details

GetContainer() public méthode

public GetContainer ( ) : CONTAINER_TYPE
Résultat CONTAINER_TYPE

GetDyeSlot() public méthode

public GetDyeSlot ( ) : byte
Résultat byte

GetSlot() public méthode

public GetSlot ( ) : EQUIP_SLOT
Résultat EQUIP_SLOT

GetUseDye() public méthode

public GetUseDye ( ) : System
Résultat System

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