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

@@ -61,7 +61,7 @@ namespace OpenRA
public readonly int mapformat;
}
public class MapPreview : IDisposable, IReadOnlyFileSystem
public sealed class MapPreview : IDisposable, IReadOnlyFileSystem
{
/// <summary>Wrapper that enables map data to be replaced in an atomic fashion.</summary>
sealed class InnerData