C# Class Server.Items.BaseStrengthPotion

Inheritance: BasePotion
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
BaseStrengthPotion ( PotionEffect effect ) : System
BaseStrengthPotion ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
DoStrength ( Mobile from ) : bool
Drink ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

Method Details

BaseStrengthPotion() public méthode

public BaseStrengthPotion ( PotionEffect effect ) : System
effect PotionEffect
Résultat System

BaseStrengthPotion() public méthode

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

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

DoStrength() public méthode

public DoStrength ( Mobile from ) : bool
from Mobile
Résultat bool

Drink() public méthode

public Drink ( Mobile from ) : void
from Mobile
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void