C# Class Server.Spells.Eighth.ResurrectionSpell

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

Public Methods

Method Description
OnCast ( ) : void
ResurrectionSpell ( Mobile caster, Item scroll ) : Server.Targeting
Target ( Mobile m ) : void

Method Details

OnCast() public method

public OnCast ( ) : void
return void

ResurrectionSpell() public method

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

Target() public method

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