namespace MCCFMD.Serialization.Modpack { public struct File { public string ProjectId { get; set; } public string FileId { get; set; } public bool Required { get; set; } } }