Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 public void CreateUIBuilder(ICatsFabric catsFabric)
 {
     builder = new CellUIBuilder(catsFabric);
 }
Ejemplo n.º 3
0
 public CellUIBuilder(ICatsFabric catsFabric)
 {
     this.catsFabric = catsFabric;
 }