namespace CFUtils.Serialization.Modpack
{
public struct ModLoader
public string Id { get; set; }
public bool Primary { get; set; }
}