C# Class Server.Spells.Sixth.ExplosionSpell

Inheritance: MagerySpell
显示文件 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
ExplosionSpell ( Mobile caster, System.Item scroll ) : System
OnCast ( ) : void
Target ( Mobile m ) : void

Method Details

ExplosionSpell() public method

public ExplosionSpell ( Mobile caster, System.Item scroll ) : System
caster Mobile
scroll System.Item
return System

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( Mobile m ) : void
m Mobile
return void