C# Class Server.Spells.Seventh.ChainLightningSpell

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

Public Methods

Method Description
ChainLightningSpell ( Mobile caster, Item scroll ) : System.Collections.Generic
OnCast ( ) : void
Target ( IPoint3D p ) : void

Method Details

ChainLightningSpell() public method

public ChainLightningSpell ( Mobile caster, Item scroll ) : System.Collections.Generic
caster Mobile
scroll Item
return System.Collections.Generic

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( IPoint3D p ) : void
p IPoint3D
return void