C# Class SagaMap.Packets.Client.AddShortcut

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

Méthodes publiques

Méthode Description
AddShortcut ( ) : System
GetIDNumber ( ) : uint
GetShortcutType ( ) : byte
GetSlotNumber ( ) : byte
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

AddShortcut() public méthode

public AddShortcut ( ) : System
Résultat System

GetIDNumber() public méthode

public GetIDNumber ( ) : uint
Résultat uint

GetShortcutType() public méthode

public GetShortcutType ( ) : byte
Résultat byte

GetSlotNumber() public méthode

public GetSlotNumber ( ) : byte
Résultat byte

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