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

@@ -149,7 +149,7 @@ namespace OpenRA
}
}
public class Map : IReadOnlyFileSystem, IDisposable
public sealed class Map : IReadOnlyFileSystem, IDisposable
{
public const int SupportedMapFormat = 11;
public const int CurrentMapFormat = 12;