8 lines
164 B
C#
Raw Normal View History

2022-05-18 22:12:43 -05:00
namespace CFUtils.Serialization.Modpack
{
public struct ModLoader
{
public string Id { get; set; }
public bool Primary { get; set; }
}
}