예제 #1
0
 void FlyToCity(string cityName)
 {
     map.FlyToCity(cityName, 2.0f, 0.05f);
 }