Esempio n. 1
0
        public static bool UnloadSolarSystem(int solarSystemID)
        {
            // We should do the unload work here

            // Update the database
            GeneralDB.UnloadSolarSystem(solarSystemID);

            return(true);
        }