void OnDisable()
 {
     bot.SaveBrain();
 }
 public void OnDisable()
 {
     bot.SaveBrain();
     Application.Quit();
 }