/// <summary>
 /// Disables the system until the next reboot
 /// </summary>
 public static void Disable()
 {
     m_ControlStone = null;
     AuctionScheduler.Stop();
 }
Esempio n. 2
0
 protected override void OnTick()
 {
     AuctionScheduler.OnTimer();
 }