Files
BinaryObjectScanner/BinaryObjectScanner.GameEngine/_DUMMY.cs
2023-03-21 10:42:14 -04:00

8 lines
193 B
C#

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