Add another note to IContentCheck

This commit is contained in:
Matt Nadareski
2021-09-08 10:22:28 -07:00
parent fba30949bd
commit 1df9d145e4

View File

@@ -9,6 +9,7 @@ namespace BurnOutSharp
// and DOS Executable, then add an override for `CheckContents` that takes an executable type
// as one of the arguments. This will reduce the amount of times the same file will be parsed
// into an in-memory header
// TODO: Once all checks are converted over to executable section based, remove the `GetContentMatchSets` from this
internal interface IContentCheck
{
/// <summary>