public FilledCellUIController(ICellData cellData, ICellWindow cellWindow, IMousePopulation population, IMouseData mouse, ICatsOnCell catsOnCell, ICatsFabric catsFabric, ICatListWindow catList) : base(cellData, cellWindow) { this.population = population; this.mouse = mouse; this.catsOnCell = catsOnCell; this.catsFabric = catsFabric; this.catList = catList; }
public void CreateUIBuilder(ICatsFabric catsFabric) { builder = new CellUIBuilder(catsFabric); }
public CellUIBuilder(ICatsFabric catsFabric) { this.catsFabric = catsFabric; }