From 0bf5065cbcc250c027618df9c0b69e8a8953e2b6 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 1 Apr 2021 14:53:25 -0700 Subject: [PATCH] Add future work note --- BurnOutSharp/Scanner.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BurnOutSharp/Scanner.cs b/BurnOutSharp/Scanner.cs index 7a980fea..7f6316dc 100644 --- a/BurnOutSharp/Scanner.cs +++ b/BurnOutSharp/Scanner.cs @@ -17,6 +17,7 @@ namespace BurnOutSharp /// /// Determines whether the byte position of found protection is included or not /// + /// TODO: Change this to a more generic debug flag for broader use public bool IncludePosition { get; set; } = false; ///