C# Class Server.Spells.Sixth.MassCurseSpell

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

Public Methods

Method Description
MassCurseSpell ( Mobile caster, System.Item scroll ) : System.Collections.Generic
OnCast ( ) : void
Target ( IPoint3D p ) : void

Method Details

MassCurseSpell() public method

public MassCurseSpell ( Mobile caster, System.Item scroll ) : System.Collections.Generic
caster Mobile
scroll System.Item
return System.Collections.Generic

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

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