облажался

This commit is contained in:
ArtemEmelyanov 2022-11-16 12:42:55 +04:00
parent e38935887b
commit bb01e3ae47

View File

@ -16,7 +16,8 @@ namespace Airbus
protected float _size_y;
protected readonly Random _random = new();
protected readonly int _freeRoad = 0;
protected readonly int _barrier = 1;
protected readonly int _barrier = 1;
public Bitmap CreateMap(int width, int height, IDrawningObject
drawningObject)
{