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

@@ -18,7 +18,7 @@ using OpenRA.Primitives;
namespace OpenRA.Graphics
{
public class SpriteCache : IDisposable
public sealed class SpriteCache : IDisposable
{
public readonly Dictionary<SheetType, SheetBuilder> SheetBuilders;
readonly ISpriteLoader[] loaders;