Move both installers to packers

This commit is contained in:
Matt Nadareski
2021-02-26 09:34:07 -08:00
parent 52eef84374
commit 54465ff4e7
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace BurnOutSharp.ProtectionType
namespace BurnOutSharp.PackerType
{
public class InnoSetup : IContentCheck, IScannable
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.IO;
using Wise = WiseUnpacker.WiseUnpacker;
namespace BurnOutSharp.ProtectionType
namespace BurnOutSharp.PackerType
{
public class WiseInstaller : IContentCheck, IScannable
{