Add DeployToSteamOS and Procedural Dungeon Generation addons
This commit is contained in:
13
addons/deploy_to_steamos/SettingsFile.cs
Normal file
13
addons/deploy_to_steamos/SettingsFile.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
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