mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add ShouldIgnore note, possibly for strict
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user