Example #1
0
 void SoundHeard()
 {
     if (withinEarshot)
     {
         brain.SoundHeard(player.position);
     }
 }