convert to c#
This commit is contained in:
9
ModpackUpdater.Model/InstallAction.cs
Normal file
9
ModpackUpdater.Model/InstallAction.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ModpackUpdater.Model;
|
||||
|
||||
public class InstallAction
|
||||
{
|
||||
public bool IsZip { get; set; }
|
||||
public string ZipPath { get; set; }
|
||||
public string DestPath { get; set; }
|
||||
public string DownloadUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user