Esempio n. 1
0
 public InternalTimer(CreepyPortrait creepyportrait, Mobile from) : base(TimeSpan.FromSeconds(1.0), TimeSpan.FromSeconds(1.0))
 {
     m_CreepyPortrait = creepyportrait;
     m_From           = from;
 }
Esempio n. 2
0
			public InternalTimer( CreepyPortrait creepyportrait, Mobile from ) : base( TimeSpan.FromSeconds( 1.0 ), TimeSpan.FromSeconds( 1.0 ) )
			{
				m_CreepyPortrait = creepyportrait;
				m_From = from;
			}