Example #1
0
 public void PlaceDuck(Duck bird)
 {
     bird.SetLocation(_lon, _lat);
     bird.SetAltitude(_altitude);
 }