mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-08 05:37:43 +00:00
8 lines
190 B
C#
8 lines
190 B
C#
namespace BurnOutSharp.ProtectionType
|
|
{
|
|
public class LockBlocks
|
|
{
|
|
// TODO: Implement - https://www.cdmediaworld.com/hardware/cdrom/cd_protections_lockblocks.shtml
|
|
}
|
|
}
|