Fix CA1852
This commit is contained in:
committed by
Pavel Penev
parent
277699cbd5
commit
f4af5c1764
@@ -55,7 +55,7 @@ namespace OpenRA.Mods.Common.Pathfinder
|
||||
pool.Push(layer);
|
||||
}
|
||||
|
||||
public class PooledCellInfoLayer : IDisposable
|
||||
public sealed class PooledCellInfoLayer : IDisposable
|
||||
{
|
||||
CellInfoLayerPool layerPool;
|
||||
List<CellLayer<CellInfo>> layers = new();
|
||||
|
||||
Reference in New Issue
Block a user