C# Class LKCamelot.script.item.IFAB

Inheritance: LKCamelot.script.item.BaseArmor, IAura
Afficher le fichier Open project: vans163/LKEmu

Méthodes publiques

Méthode 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 méthode

public Aura ( ) : int
Résultat int

Equip() public méthode

public Equip ( Player player ) : void
player LKCamelot.model.Player
Résultat void

IFAB() public méthode

public IFAB ( ) : LKCamelot.library
Résultat LKCamelot.library

IFAB() public méthode

public IFAB ( Serial serial ) : LKCamelot.library
serial Serial
Résultat LKCamelot.library

Unequip() public méthode

public Unequip ( Player player, int slot ) : void
player LKCamelot.model.Player
slot int
Résultat void