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

@@ -5,7 +5,7 @@ using BurnOutSharp.Matching;
namespace BurnOutSharp.ProtectionType
{
public class MediaMaxCD3 : IPortableExecutableCheck, IPathCheck
public class MediaMaxCD3 : IPathCheck, IPortableExecutableCheck
{
/// <inheritdoc/>
public string CheckPortableExecutable(string file, PortableExecutable pex, bool includeDebug)