public ResetTimer( TeleporterSwitch teleporterSwitch, TimeSpan delay ) : base( delay )
			{
				m_TeleporterSwitch = teleporterSwitch;

				Priority = ComputePriority( delay );
			}
            public ResetTimer(TeleporterSwitch teleporterSwitch, TimeSpan delay) : base(delay)
            {
                m_TeleporterSwitch = teleporterSwitch;

                Priority = ComputePriority(delay);
            }