Reorder inherited interfaces

This commit is contained in:
Matt Nadareski
2022-05-01 17:23:00 -07:00
parent f9f2e0d932
commit a44bdf9013
18 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ using BurnOutSharp.Tools;
namespace BurnOutSharp.ProtectionType
{
// TODO: Investigate SecuROM for Macintosh
public class SecuROM : IPortableExecutableCheck, IPathCheck
public class SecuROM : IPathCheck, IPortableExecutableCheck
{
/// <inheritdoc/>
public string CheckPortableExecutable(string file, PortableExecutable pex, bool includeDebug)