Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SagaMap
Packets
Client
AddShortcut
C# Class SagaMap.Packets.Client.AddShortcut
Inheritance:
SagaLib.Packet
显示文件
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