Server.SkillHandlers.Begging.InternalTarget.InternalTimer.InternalTimer C# (CSharp) Méthode

InternalTimer() public méthode

public InternalTimer ( Mobile from, Mobile target ) : System
from Mobile
target Mobile
Résultat System
				public InternalTimer( Mobile from, Mobile target ) : base( TimeSpan.FromSeconds( 2.0 ) )
				{
					m_From = from;
					m_Target = target;
					Priority = TimerPriority.TwoFiftyMS;
				}
Begging.InternalTarget.InternalTimer