mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Seal XBC processor
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
- Create currently-unused processors
|
||||
- Move DataFile to Core.Data
|
||||
- Seal XBC processor
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace MPF.Core.Processors
|
||||
/// <summary>
|
||||
/// Represents processing Xbox Backup Creator outputs
|
||||
/// </summary>
|
||||
public class XboxBackupCreator : BaseProcessor
|
||||
public sealed class XboxBackupCreator : BaseProcessor
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public XboxBackupCreator(RedumpSystem? system, MediaType? type) : base(system, type) { }
|
||||
|
||||
Reference in New Issue
Block a user