C# Class Server.Spells.Sixth.DispelSpell

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

Public Methods

Method Description
DispelSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
OnCast ( ) : void

Method Details

DispelSpell() public method

public DispelSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
caster Mobile
scroll Server.Items.Item
return Server.Items

OnCast() public method

public OnCast ( ) : void
return void