From 4a589603e4c26405adce555ccb219e3ba3e9f8a6 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 8 Dec 2022 21:43:39 -0800 Subject: [PATCH] Clarify the IScannable description --- BurnOutSharp/Interfaces/IScannable.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BurnOutSharp/Interfaces/IScannable.cs b/BurnOutSharp/Interfaces/IScannable.cs index 9d9e7b45..525f8f9a 100644 --- a/BurnOutSharp/Interfaces/IScannable.cs +++ b/BurnOutSharp/Interfaces/IScannable.cs @@ -4,8 +4,13 @@ using System.IO; namespace BurnOutSharp.Interfaces { /// - /// Mark a file type as extractable + /// Mark a file type as being able to be scanned /// + /// + /// This is also used for packers, embedded archives, and other + /// installer formats that may need to be "extracted" before they + /// can be fully scanned. + /// internal interface IScannable { ///