Esempio n. 1
0
 private void BotMain_OnStop(IBot bot)
 {
     if (Service.IsConnected)
     {
         Service.Disconnect();
         CommunicationThread.ThreadShutdown();
         CurrentParty.Clear();
         ServerMessage = null;
         ClientMessages.Clear();
     }
     CurrentBehavior.Deactivate();
 }