示例#1
0
 void ProcessAction()
 {
     if (supportBotController != null)
     {
         supportBotController.ProcessAction(this);
     }
     else
     {
         botAction = SM_BotAction.Wait;
     }
 }