Example #1
0
 /// <summary>Removes the Target on the Animal</summary>
 public void RemoveTarget()
 {
     AIMovement.SetTarget(null, false);
 }