mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-08 13:49:47 +00:00
8 lines
189 B
C#
8 lines
189 B
C#
namespace BinaryObjectScanner.Packer
|
|
{
|
|
/// <summary>
|
|
/// This class exists for reflection purposes and should not be used
|
|
/// </summary>
|
|
public sealed class _DUMMY { }
|
|
}
|