MAJOR CHANGE: Torch can install and update its own DS installation! Full changelog: https://pastebin.com/ybqDM4HP
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
{
|
||||
public interface ITorchConfig
|
||||
{
|
||||
//bool AutoRestart { get; set; }
|
||||
//int Autosave { get; set; }
|
||||
string InstanceName { get; set; }
|
||||
string InstancePath { get; set; }
|
||||
//bool LogChat { get; set; }
|
||||
bool RedownloadPlugins { get; set; }
|
||||
bool EnableAutomaticUpdates { get; set; }
|
||||
bool AutomaticUpdates { get; set; }
|
||||
bool RestartOnCrash { get; set; }
|
||||
|
||||
bool Save(string path = null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user