8 lines
163 B
C#
Raw Normal View History

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