Example #1
0
 public void RemoveAllMovingBehaviours()
 {
     movingBehaviours.ForEach(MB => { SteeringBehaviors.RemoveAll(SB => SB.GetType().Equals(MB.GetType())); });
 }