mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Add subset RomVault header extension field
This commit is contained in:
@@ -282,6 +282,12 @@ namespace SabreTools.Metadata.DatFiles
|
||||
[JsonIgnore]
|
||||
public bool SearchSpecified => Search is not null;
|
||||
|
||||
public string? Subset
|
||||
{
|
||||
get => _internal.Subset;
|
||||
set => _internal.Subset = value;
|
||||
}
|
||||
|
||||
public string? System
|
||||
{
|
||||
get => _internal.System;
|
||||
|
||||
Reference in New Issue
Block a user