Example #1
0
 public void InvestigationPointCallback(EnemyAI e)
 {
     //investigation point a SPECIFIC enemy that is passed in!
     IP.SightActivate(e, transform.position);
 }