make ModpackConfig.ConfigUrl private

This commit is contained in:
2024-10-03 11:31:27 +02:00
parent 6a0bf70e97
commit 2a389ae5d4

View File

@@ -25,7 +25,7 @@ public class ModpackConfig
public ModLoader ModLoader { get; set; }
[JsonIgnore]
public string ConfigUrl { get; set; }
public string ConfigUrl { get; private set; }
public static ModpackConfig LoadFromUrl(string url)
{