mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-10 21:30:24 +00:00
8 lines
188 B
C#
8 lines
188 B
C#
namespace BurnOutSharp.ProtectionType
|
|
{
|
|
public class CopyLok
|
|
{
|
|
// TODO: Implement - http://web.archive.org/web/20041215075727/http://www.panlok.com/codelok2.htm
|
|
}
|
|
}
|