Esempio n. 1
0
        public void PostStart()
        {
            if (m_simulationDataService == null)
            {
                return;
            }

            bool newRegion = false;

            StartRegion(out newRegion);
            MainConsole.Instance.DefaultPrompt = "Region ";
            if (newRegion) //Save the new info
            {
                m_simulationDataService.ForceBackup();
            }
        }