Fix CA1816

This commit is contained in:
RoosterDragon
2023-03-12 15:59:49 +00:00
committed by abcdefg30
parent a50e72f68d
commit f752e04b03
6 changed files with 8 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ namespace OpenRA
}
/// <summary>Describes what is to be loaded in order to run a mod.</summary>
public class Manifest : IDisposable
public sealed class Manifest : IDisposable
{
public readonly string Id;
public readonly IReadOnlyPackage Package;