C# Class Server.Items.BaseRefreshPotion

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

Public Methods

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

Method Details

BaseRefreshPotion() public method

public BaseRefreshPotion ( PotionEffect effect )
effect PotionEffect

BaseRefreshPotion() public method

public BaseRefreshPotion ( Server.Serial serial )
serial Server.Serial

Deserialize() public method

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
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