Add explicit list of supported types

This commit is contained in:
Matt Nadareski
2020-09-18 17:12:31 -07:00
parent 5a8ff006bd
commit ae3bae2d0a
14 changed files with 138 additions and 1 deletions

View File

@@ -508,6 +508,12 @@ namespace SabreTools.Library.DatFiles
return null;
}
/// <inheritdoc/>
protected override ItemType[] GetSupportedTypes()
{
return new ItemType[] { ItemType.Rom };
}
/// <summary>
/// Create and open an output file for writing direct from a dictionary
/// </summary>