make ModpackConfig.ConfigUrl private
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user