mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-23 22:59:48 +00:00
7 lines
126 B
C#
7 lines
126 B
C#
namespace SabreTools.Data.Models.Listrom
|
|
{
|
|
public class MetadataFile
|
|
{
|
|
public Set[]? Set { get; set; }
|
|
}
|
|
} |