Add elements
Attempt to block line of sight with walls
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
public class SettingsFile
|
||||
{
|
||||
public enum UploadMethods
|
||||
{
|
||||
Differential,
|
||||
Incremental,
|
||||
CleanReplace
|
||||
}
|
||||
|
||||
public string BuildPath { get; set; } = "";
|
||||
public string StartParameters { get; set; } = "";
|
||||
public UploadMethods UploadMethod { get; set; } = UploadMethods.Differential;
|
||||
}
|
||||
Reference in New Issue
Block a user