mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-14 13:46:14 +00:00
7 lines
121 B
C#
7 lines
121 B
C#
namespace SabreTools.Models.Listrom
|
|
{
|
|
public class MetadataFile
|
|
{
|
|
public Set[]? Set { get; set; }
|
|
}
|
|
} |