C# Class Server.Spells.Eighth.FireElementalSpell

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

Public Methods

Method Description
CheckCast ( ) : bool
FireElementalSpell ( Mobile caster, System.Item scroll ) : System
OnCast ( ) : void

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

FireElementalSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void