Esempio n. 1
0
 /// <summary>
 /// Shows the panel with the possible choices (all SolarSystems) and if the user selects any,
 /// so is created a Traveler.
 /// </summary>
 /// <param name="gameObject">The possible traveler.</param>
 public static void CreateInterstellarTravel(IGameObject gameObject)
 {
     gameGUI.ShowTravelSelectionPanel(gameObjectMgr.SolarSystemManager.GetAllSolarSystemNames(), gameObject);
 }