Emelyanov A.S. LabWork05 #10

Closed
Emelyanov535 wants to merge 6 commits from LabWork05 into LabWork04
Showing only changes of commit bb01e3ae47 - Show all commits

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)
{