Server.SkillHandlers.Provocation.InternalFirstTarget.InternalFirstTarget C# (CSharp) Méthode

InternalFirstTarget() public méthode

public InternalFirstTarget ( Mobile from, BaseInstrument instrument ) : System
from Mobile
instrument Server.Items.BaseInstrument
Résultat System
			public InternalFirstTarget( Mobile from, BaseInstrument instrument ) : base( BaseInstrument.GetBardRange( from, SkillName.Provocation ), false, TargetFlags.None )
			{
				m_Instrument = instrument;
			}
Provocation.InternalFirstTarget