예제 #1
0
 void initialize_thread()
 {
     thread = new BackgroundThread(AutoSerialization.SolvePath("thread.log", true));
 }
예제 #2
0
 void initialize_thread()
 {
     thread = new BackgroundThread(KSPUtil.ApplicationRootPath + "GameData/AtmosphereAutopilot");
 }