Exemplo n.º 1
0
 public override Result Execute()
 {
     _agent.isStopped = true;
     _enemyAI.AttackPlayer();
     return(Result.Running);
 }