示例#1
0
 public HauntTimer(HauntedHorse hh, Mobile owner) : base(TimeSpan.FromMinutes(10.0 + Utility.Random(6)), TimeSpan.FromSeconds(5.0), 2)
 {
     Priority = TimerPriority.OneSecond;
     m_Mobile = hh;
     m_Owner  = owner;
     m_Stage  = 0;
 }
示例#2
0
 public HauntTimer( HauntedHorse hh, Mobile owner )
     : base(TimeSpan.FromMinutes( 10.0 + Utility.Random( 6 ) ), TimeSpan.FromSeconds( 5.0 ), 2)
 {
     Priority = TimerPriority.OneSecond;
     m_Mobile = hh;
     m_Owner = owner;
     m_Stage = 0;
 }