C# Class Server.Items.GreaterHealWand

Inheritance: BaseWand
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Deserialize ( Server.GenericReader reader ) : void
GreaterHealWand ( Server.Serial serial ) : Server.Spells.Fourth
OnWandUse ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Method Description
GreaterHealWand ( ) : Server.Spells.Fourth

Method Details

Deserialize() public method

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

GreaterHealWand() public method

public GreaterHealWand ( Server.Serial serial ) : Server.Spells.Fourth
serial Server.Serial
return Server.Spells.Fourth

OnWandUse() public method

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

Serialize() public method

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