Add ShouldIgnore note, possibly for strict

This commit is contained in:
Matt Nadareski
2022-11-03 16:01:03 -07:00
parent 66b767ed4d
commit 7fbae5623b

View File

@@ -559,6 +559,9 @@ namespace SabreTools.DatFiles
if (!GetSupportedTypes().Contains(datItem.ItemType))
return true;
// TODO: Add code to filter out items missing fields
// Maybe it should be an abstract method that's overridden per type?
return false;
}