void ClearControlBot() { if (botController != null) { botController.ChangeState(); //"None" botController.ChangeAction(); //"None" } }