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