Added detector info

This commit is contained in:
2020-12-10 21:18:15 -07:00
parent 3fee402da1
commit 2c5f0b73b9
12 changed files with 112 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ namespace ConsoleApp
{
private IMapFactory _mapFactory;
public SimRunner(IMapFactory mapFactory)
public SimRunner(IMapFactory mapFactory, IVehicle vehicle)
{
_mapFactory = mapFactory;
}