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