Files
BinaryObjectScanner/BinaryObjectScanner.Protection/_DUMMY.cs
2023-03-09 23:26:18 -05:00

8 lines
193 B
C#

namespace BinaryObjectScanner.Protection
{
/// <summary>
/// This class exists for reflection purposes and should not be used
/// </summary>
public sealed class _DUMMY { }
}