C# Class SagaMap.Packets.Client.AddShortcut

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

Public Methods

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

Method Details

AddShortcut() public method

public AddShortcut ( ) : System
return System

GetIDNumber() public method

public GetIDNumber ( ) : uint
return uint

GetShortcutType() public method

public GetShortcutType ( ) : byte
return byte

GetSlotNumber() public method

public GetSlotNumber ( ) : byte
return byte

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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