示例#1
0
 public InternalTimer(CreepyPortraitW creepyportraitw, Mobile from) : base(TimeSpan.FromSeconds(1.0), TimeSpan.FromSeconds(1.0))
 {
     m_CreepyPortraitW = creepyportraitw;
     m_From            = from;
 }
			public InternalTimer( CreepyPortraitW creepyportraitw, Mobile from ) : base( TimeSpan.FromSeconds( 1.0 ), TimeSpan.FromSeconds( 1.0 ) )
			{
				m_CreepyPortraitW = creepyportraitw;
				m_From = from;
			}