C# Class Server.Items.BaseStrengthPotion

Inheritance: BasePotion
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method 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 method

public BaseStrengthPotion ( PotionEffect effect ) : System
effect PotionEffect
return System

BaseStrengthPotion() public method

public BaseStrengthPotion ( Serial serial ) : System
serial Serial
return System

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

DoStrength() public method

public DoStrength ( Mobile from ) : bool
from Mobile
return bool

Drink() public method

public Drink ( Mobile from ) : void
from Mobile
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void