облажался

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

View File

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