C# Class Server.SkillHandlers.Provocation.InternalFirstTarget

Inheritance: Server.Targeting.Target, IAction
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalFirstTarget ( Mobile from, BaseInstrument instrument ) : System

Protected Methods

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

Method Details

InternalFirstTarget() public method

public InternalFirstTarget ( Mobile from, BaseInstrument instrument ) : System
from Mobile
instrument Server.Items.BaseInstrument
return System

OnTarget() protected method

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