mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-08 13:49:47 +00:00
8 lines
162 B
C#
8 lines
162 B
C#
namespace BurnOutSharp.ProtectionType
|
|
{
|
|
public class CrypKey
|
|
{
|
|
// TODO: Implement - http://www.crypkey.com/products/cdlock/cdmain.html
|
|
}
|
|
}
|