public InternalTimer( HauntedMirrorW hauntedmirrorw, Mobile from ) : base( TimeSpan.FromSeconds( 1.0 ), TimeSpan.FromSeconds( 1.0 ) )
			{
				m_HauntedMirrorW = hauntedmirrorw;
				m_From = from;
			}
Exemple #2
0
 public InternalTimer(HauntedMirrorW hauntedmirrorw, Mobile from) : base(TimeSpan.FromSeconds(1.0), TimeSpan.FromSeconds(1.0))
 {
     m_HauntedMirrorW = hauntedmirrorw;
     m_From           = from;
 }