Removed a bunch of explicit access modifiers
This commit is contained in:
committed by
Matthias Mailänder
parent
413d564f1d
commit
2f6f214bac
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user