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