add property for modpack name

This commit is contained in:
2024-06-17 18:32:12 +02:00
parent 9c43055580
commit 54ab66fba0

View File

@@ -4,6 +4,7 @@ Imports Newtonsoft.Json
Public Class ModpackConfig
Public Property Name As String
Public Property UpdateUrl As String
Public Property InstallUrl As String