Пример #1
0
 private void DockWith(Location loc) {
     //anim for dock
     shipController.Stop();
     loc.DockWith(this);
 }