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