C# Class Server.Spells.Seventh.MassDispelSpell

Inheritance: MagerySpell
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

Method Details

MassDispelSpell() public method

public MassDispelSpell ( Mobile caster, Server.Items.Item scroll ) : System.Collections.Generic
caster Mobile
scroll Server.Items.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