Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LKCamelot
script
item
BaseSpellbook
C# Class LKCamelot.script.item.BaseSpellbook
Inheritance:
Item
Show file
Open project: vans163/LKEmu
Public Methods
Method
Description
BaseSpellbook
(
Serial
serial
) :
System
BaseSpellbook
(
int
itemID
) :
System
Use
(
Player
player
) :
void
Method Details
BaseSpellbook()
public
method
public
BaseSpellbook
(
Serial
serial
) :
System
serial
Serial
return
System
BaseSpellbook()
public
method
public
BaseSpellbook
(
int
itemID
) :
System
itemID
int
return
System
Use()
public
method
public
Use
(
Player
player
) :
void
player
LKCamelot.model.Player
return
void