public InternalTimer( BaseDailyRareLight light, TimeSpan delay ) : base( delay )
			{
				m_Light = light;
				Priority = TimerPriority.FiveSeconds;
			}
Exemplo n.º 2
0
 public InternalTimer(BaseDailyRareLight light, TimeSpan delay) : base(delay)
 {
     m_Light  = light;
     Priority = TimerPriority.FiveSeconds;
 }