Esempio n. 1
0
 public void Main(string argument, UpdateType updateSource)
 {
     commandRouter.ParseCommand(argument);
     airlockController.AirlockRuntime();
     leakController.LeakRuntime();
     productionController.OxygenRuntime();
     screenManager.ScreenRuntime();
     SaveConfig(false);
     GenerateStats();
 }