Create dummy class for protection library

This commit is contained in:
Matt Nadareski
2023-03-09 23:26:18 -05:00
parent e118418a23
commit 9cf54c1f2d
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
namespace BinaryObjectScanner.Protection
{
/// <summary>
/// This class exists for reflection purposes and should not be used
/// </summary>
public sealed class _DUMMY { }
}