C# Class Server.Spells.Eighth.EnergyVortexSpell

Inheritance: MagerySpell
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
CheckCast ( ) : bool
EnergyVortexSpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
Target ( IPoint3D p ) : void

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

EnergyVortexSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( IPoint3D p ) : void
p IPoint3D
return void