public DelayTimer(Mobile from, Moongate gate, int range) : base(TimeSpan.FromSeconds(1.0)) { m_From = from; m_Gate = gate; m_Range = range; }