Example #1
0
            public InternalTimer(AOEUnit item, TimeSpan delay, bool inLOS, bool canFit)
                : base(delay, TimeSpan.FromSeconds(1.0))
            {
                m_Item   = item;
                m_InLOS  = inLOS;
                m_CanFit = canFit;

                Priority = TimerPriority.FiftyMS;
            }
Example #2
0
            public InternalTimer(AOEUnit item, TimeSpan delay, bool inLOS, bool canFit)
                : base(delay, TimeSpan.FromSeconds(1.0))
            {
                m_Item = item;
                m_InLOS = inLOS;
                m_CanFit = canFit;

                Priority = TimerPriority.FiftyMS;
            }