Agliullov D. A. Lab Work 4 Base #12

Merged
eegov merged 17 commits from Lab4 into Lab3 2022-10-14 10:07:19 +04:00
Showing only changes of commit e4026d0b86 - Show all commits

View File

@ -71,7 +71,7 @@ namespace AirBomber
if (!isCorrectPosition(position))
return null;
var result = _places[position];
_places[position] = null;
_places.RemoveAt(position);
return result;
}
/// <summary>