예제 #1
0
 public static void SetLocalDefaults()
 {
     DebugMode         = false;
     OpenScripts       = new List <Serializable.Script>();
     ActiveScript      = new Serializable.Script();
     RuntimeExecutable = "Game.exe";
     RuntimeArguments  = "";
 }
예제 #2
0
파일: Settings.cs 프로젝트: revam/Gemini
 public static void SetLocalDefaults()
 {
     DebugMode = false;
       OpenScripts = new List<Serializable.Script>();
       ActiveScript = new Serializable.Script();
       RuntimeExecutable = "Game.exe";
       RuntimeArguments = "";
 }