Exemple #1
0
    public void SetUp(MapDocksInterface docksInterface)
    {
        mapDocksInterface = docksInterface;

        foreach (ShopWithShopParameters shopWithParams in allShopsWithParameters)
        {
            shopWithParams.SetUpDockSpot();
        }

        LoadAllShopsDatas();
    }
Exemple #2
0
 public void SetUp(MapDocksInterface docksInterface)
 {
     mapDocksInterface = docksInterface;
 }