C# Class Server.Spells.Seventh.ManaVampireSpell

Inheritance: MagerySpell
显示文件 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
GetResistPercent ( Mobile target ) : double
ManaVampireSpell ( Mobile caster, Item scroll ) : Server.Targeting
OnCast ( ) : void
Target ( Mobile m ) : void

Method Details

GetResistPercent() public method

public GetResistPercent ( Mobile target ) : double
target Mobile
return double

ManaVampireSpell() public method

public ManaVampireSpell ( Mobile caster, Item scroll ) : Server.Targeting
caster Mobile
scroll Item
return Server.Targeting

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( Mobile m ) : void
m Mobile
return void