Beispiel #1
0
 public InternalTimer(Mobile from, IBegged target) : base(TimeSpan.FromSeconds(2.0))
 {
     m_From   = from;
     m_Target = target;
     Priority = TimerPriority.OneSecond;
 }
Beispiel #2
0
				public InternalTimer( Mobile from, IBegged target ) : base( TimeSpan.FromSeconds( 2.0 ) )
				{
					m_From = from;
					m_Target = target;
					Priority = TimerPriority.OneSecond;
				}