Removed a bunch of explicit access modifiers

This commit is contained in:
penev92
2022-01-05 04:14:24 +02:00
committed by Matthias Mailänder
parent 413d564f1d
commit 2f6f214bac
6 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Mods.Common.Pathfinder
return LayerPoolTable.GetValue(world, CreateLayerPool);
}
private PathSearch(IGraph<CellInfo> graph)
PathSearch(IGraph<CellInfo> graph)
: base(graph)
{
}