C# Class Server.Items.BaseCurePotion

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

Public Methods

Method Description
BaseCurePotion ( PotionEffect effect ) : Server.Spells
BaseCurePotion ( Server.Serial serial ) : Server.Spells
Deserialize ( Server.GenericReader reader ) : void
DoCure ( Server.Mobile from ) : void
Drink ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

Method Details

BaseCurePotion() public method

public BaseCurePotion ( PotionEffect effect ) : Server.Spells
effect PotionEffect
return Server.Spells

BaseCurePotion() public method

public BaseCurePotion ( Server.Serial serial ) : Server.Spells
serial Server.Serial
return Server.Spells

Deserialize() public method

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

DoCure() public method

public DoCure ( Server.Mobile from ) : void
from Server.Mobile
return void

Drink() public method

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

Serialize() public method

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