C# Class Server.Spells.First.NightSightSpell

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

Public Methods

Method Description
NightSightSpell ( Server.Mobile caster, Item scroll ) : Server.Targeting
OnCast ( ) : void

Method Details

NightSightSpell() public method

public NightSightSpell ( Server.Mobile caster, Item scroll ) : Server.Targeting
caster Server.Mobile
scroll Item
return Server.Targeting

OnCast() public method

public OnCast ( ) : void
return void