Удалена ненужная карта
This commit is contained in:
parent
e46d5da591
commit
5aa2c32f02
@ -9,7 +9,6 @@ namespace AirBomber
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private MapWithSetAirplanesGeneric<DrawningObject, AbstractMap> _mapAirplanesCollectionGeneric;
|
private MapWithSetAirplanesGeneric<DrawningObject, AbstractMap> _mapAirplanesCollectionGeneric;
|
||||||
private GeneratorAirplane<EntityAirplane, IAirplaneEngines> _generatorAirplane;
|
private GeneratorAirplane<EntityAirplane, IAirplaneEngines> _generatorAirplane;
|
||||||
private AbstractMap? _map;
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Конструктор
|
/// Конструктор
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -86,7 +85,7 @@ namespace AirBomber
|
|||||||
dir = Direction.Right;
|
dir = Direction.Right;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pictureBox.Image = _map?.MoveObject(dir) ?? pictureBox.Image;
|
pictureBox.Image = _mapAirplanesCollectionGeneric?.MoveObject(dir) ?? pictureBox.Image;
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Добавления типа двигателя и его количество в генератор
|
/// Добавления типа двигателя и его количество в генератор
|
||||||
|
Loading…
Reference in New Issue
Block a user