Example #1
0
 public InternalTarget(SortNubiaClone owner) : base(owner.distance, false, TargetFlags.Harmful)
 {
     m_Owner = owner;
 }
Example #2
0
 public InternalTimer(SortNubiaClone item, double t) : base(TimeSpan.FromSeconds(t))
 {
     Priority = TimerPriority.OneSecond;
     m_Item   = item;
     m_t      = t;
 }