Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -103,7 +103,7 @@ namespace OpenRA.Mods.Common.Pathfinder
|
||||
readonly Locomotor locomotor;
|
||||
readonly IActorMap actorMap;
|
||||
readonly Func<CPos, CPos, int> costEstimator;
|
||||
readonly HashSet<int> dirtyGridIndexes = new HashSet<int>();
|
||||
readonly HashSet<int> dirtyGridIndexes = new();
|
||||
readonly HashSet<CPos> cellsWithBlockingActor;
|
||||
Grid mapBounds;
|
||||
int gridXs;
|
||||
|
||||
Reference in New Issue
Block a user