Files
minecraft-modpack-updater/ModpackUpdater.Model/InstallAction.vb

9 lines
198 B
VB.net

Public Class InstallAction
Public Property IsZip As Boolean
Public Property ZipPath As String
Public Property DestPath As String
Public Property DownloadUrl As String
End Class