C# Class Server.Spells.Sixth.EnergyBoltSpell

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

Public Methods

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

Method Details

EnergyBoltSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

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