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