Server.Items.BaseInstrument.InternalTimer.InternalTimer C# (CSharp) Méthode

InternalTimer() public méthode

public InternalTimer ( Mobile from ) : System
from Mobile
Résultat System
			public InternalTimer( Mobile from ) : base( TimeSpan.FromSeconds( 6.0 ) )
			{
				m_From = from;
				Priority = TimerPriority.TwoFiftyMS;
			}
BaseInstrument.InternalTimer