예제 #1
0
 /**
  * Enemy specific death operation
  * remove agent to stop access attempts
  */
 private void enemyDefeated()
 {
     Destroy(agent);
     targetPlayer.playerWins();
 }