C# Class Server.Spells.Fifth.DispelFieldSpell

Inheritance: MagerySpell
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
DispelFieldSpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
Target ( Item item ) : void

Method Details

DispelFieldSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( Item item ) : void
item Item
return void