C# Class Server.Spells.First.NightSightSpell.NightSightTarget

Inheritance: Server.Targeting.Target
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
NightSightTarget ( Spell spell ) : Server.Targeting

Protected Methods

Method Description
OnTarget ( Mobile from, object targeted ) : void
OnTargetFinish ( Mobile from ) : void

Method Details

NightSightTarget() public method

public NightSightTarget ( Spell spell ) : Server.Targeting
spell Spell
return Server.Targeting

OnTarget() protected method

protected OnTarget ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnTargetFinish() protected method

protected OnTargetFinish ( Mobile from ) : void
from Mobile
return void