Beispiel #1
0
 public SecureTimer( Mobile owner , SacredStone SacredStone ) : base( TimeSpan.FromSeconds( 30.0 ) )
 {
     Priority = TimerPriority.FiveSeconds;
     m_SacredStone = SacredStone;
     m_Owner = owner;
 }
Beispiel #2
0
 public SecureTimer(Mobile owner, SacredStone SacredStone) : base(TimeSpan.FromSeconds(30.0))
 {
     Priority      = TimerPriority.FiveSeconds;
     m_SacredStone = SacredStone;
     m_Owner       = owner;
 }
Beispiel #3
0
 public DecayTimer( SacredStone owner ) : base( TimeSpan.FromMinutes( 2.0 ) )
 {
     Priority = TimerPriority.FiveSeconds;
     m_Owner = owner;
 }
Beispiel #4
0
 public DecayTimer(SacredStone owner) : base(TimeSpan.FromMinutes(2.0))
 {
     Priority = TimerPriority.FiveSeconds;
     m_Owner  = owner;
 }