forked from sim0n00ps/OF-DL
7 lines
105 B
C#
7 lines
105 B
C#
namespace OF_DL.Models.Entities.Common;
|
|
|
|
public class Manifest
|
|
{
|
|
public string? Dash { get; set; }
|
|
}
|