C# Class LKCamelot.script.item.IFAB

Inheritance: LKCamelot.script.item.BaseArmor, IAura
Mostrar archivo Open project: vans163/LKEmu

Public Methods

Method Description
Aura ( ) : int
Equip ( Player player ) : void
IFAB ( ) : LKCamelot.library
IFAB ( Serial serial ) : LKCamelot.library
Unequip ( Player player, int slot ) : void

Method Details

Aura() public method

public Aura ( ) : int
return int

Equip() public method

public Equip ( Player player ) : void
player LKCamelot.model.Player
return void

IFAB() public method

public IFAB ( ) : LKCamelot.library
return LKCamelot.library

IFAB() public method

public IFAB ( Serial serial ) : LKCamelot.library
serial Serial
return LKCamelot.library

Unequip() public method

public Unequip ( Player player, int slot ) : void
player LKCamelot.model.Player
slot int
return void