9 lines
209 B
C#
9 lines
209 B
C#
|
namespace MCCFMD.Serialization.Modpack
|
||
|
{
|
||
|
public struct File
|
||
|
{
|
||
|
public string ProjectId { get; set; }
|
||
|
public string FileId { get; set; }
|
||
|
public bool Required { get; set; }
|
||
|
}
|
||
|
}
|