Ejemplo n.º 1
0
 public static void SetLocalDefaults()
 {
     DebugMode         = false;
     OpenScripts       = new List <Serializable.Script>();
     ActiveScript      = new Serializable.Script();
     RuntimeExecutable = "Game.exe";
     RuntimeArguments  = "";
 }
Ejemplo n.º 2
0
 public static void SetLocalDefaults()
 {
     DebugMode = false;
       OpenScripts = new List<Serializable.Script>();
       ActiveScript = new Serializable.Script();
       RuntimeExecutable = "Game.exe";
       RuntimeArguments = "";
 }