Files
minecraft-modpack-updater/ModpackUpdater.Model/InstallAction.vb
2024-06-17 17:20:02 +02:00

10 lines
196 B
VB.net

Imports Newtonsoft.Json.Converters
Public Class InstallAction
Public Property DestPath As String
Public Property DownloadUrl As String
Public Property IsZip As Boolean
End Class