Exemple #1
0
 void EndPursuit()
 {
     targetInSight    = false;
     doctorMusic.clip = atmosphere;
     doctorMusic.Play();
     pursuingTarget = false;
     patrolScript.ReturnToPatrol();
 }