Exemple #1
0
 public void SetSteeringData(SteeringData data)
 {
     _steeringData = data;
     _followBehaviour.SetSteeringData(_steeringData);
 }