C# Class LKCamelot.script.item.BasePotion

Inheritance: Item
Afficher le fichier Open project: vans163/LKEmu

Méthodes publiques

Méthode Description
BasePotion ( Serial serial ) : System
BasePotion ( int itemID ) : System
Use ( Player player ) : void

Method Details

BasePotion() public méthode

public BasePotion ( Serial serial ) : System
serial Serial
Résultat System

BasePotion() public méthode

public BasePotion ( int itemID ) : System
itemID int
Résultat System

Use() public méthode

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