C# Class Server.Spells.Eighth.AirElementalSpell

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

Public Methods

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

Method Details

AirElementalSpell() public method

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

CheckCast() public method

public CheckCast ( ) : bool
return bool

OnCast() public method

public OnCast ( ) : void
return void