C# Class Server.Spells.Fourth.ManaDrainSpell

Inheritance: MagerySpell
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
GetResistPercent ( Mobile target ) : double
ManaDrainSpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
Target ( Mobile m ) : void

Private Methods

Method Description
AosDelay_Callback ( object state ) : void

Method Details

GetResistPercent() public method

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

ManaDrainSpell() public method

public ManaDrainSpell ( Mobile caster, Item scroll ) : System
caster Mobile
scroll Item
return System

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

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