public EntryTimer(BaseCreature entry, ListType type, TreeOfKnowledge owner) : base(TimeSpan.FromMinutes(5.0)) { m_Entry = entry; m_ListType = type; m_Owner = owner; Priority = TimerPriority.TwoFiftyMS; }
public EntryTimer( BaseCreature entry, ListType type, TreeOfKnowledge owner ) : base( TimeSpan.FromMinutes( 5.0 ) ) { m_Entry = entry; m_ListType = type; m_Owner = owner; Priority = TimerPriority.TwoFiftyMS; }
public DrainTimer( TreeOfKnowledge owner ) : base( TimeSpan.FromSeconds( 1.0 ), TimeSpan.FromSeconds( 1.0 ) ) { m_Owner = owner; Priority = TimerPriority.TwoFiftyMS; }
public DrainTimer(TreeOfKnowledge owner) : base(TimeSpan.FromSeconds(1.0), TimeSpan.FromSeconds(1.0)) { m_Owner = owner; Priority = TimerPriority.TwoFiftyMS; }