Проверенная 2 лаба.

This commit is contained in:
d.agil 2022-10-19 09:45:01 +04:00
parent 4ec1797948
commit fae3a22b32
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ namespace AirBomber
_map[i, j] = _freeRoad; _map[i, j] = _freeRoad;
} }
} }
while (counter < 250) while (counter < 50)
{ {
int x = _random.Next(0, 100); int x = _random.Next(0, 100);
int y = _random.Next(0, 100); int y = _random.Next(0, 100);