Пример #1
0
 public void UnsetPath()
 {
     if (currentPath != null)
     {
         currentPath.DestroyFlightTunnel();
         currentPath = null;
     }
 }